#841BB0

Color #841BB0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #841BB0

Tints of Dark Orchid #841BB0

Color information

#841BB0 (or 0x841BB0) is unknown color: approx Dark Orchid. HEX triplet: 84, 1B and B0. RGB value is (132,27,176). Sum of RGB (Red+Green+Blue) = 132+27+176=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #841BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841BB0 is #7BE44F. Grayscale: #4A4A4A. Windows color (decimal): -8119376 or 11541380. OLE color: 11541380.

HSL color Cylindrical-coordinate representation of color #841BB0: hue angle of 282.28º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841BB0 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13227176-
CMYK0.250.8500.31
HSL282.28º73.4%39.8%-
HSV(B)282.28º84.66%69.02%-
XYZ17.748.8241.84-
YUV75.38184.79168.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 27 (10.94% from 255) = 8.06%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=39.40%
G=8.06%
B=52.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132271760.250.8500.31282.2873.439.8
Hex841BB0195501F11a4928
Octal204332603112503743211150
Binary1000010011011101100001100110101010111111000110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841BB0; }

 p { color: rgb(132,27,176); }

 H1.HeaderClassName
 {
   color: #841BB0;
 }
 .AnyTagClassName
 {
   color: #841BB0;
 }
</style>
background-color css

<style>
 a { background-color: #841BB0; }

 a { background-color: rgb(132,27,176); }

 div.DivClassName
 {
   background-color: #841BB0;
 }
 .BgClassName
 {
   background-color: #841BB0;
 }
</style>
border-color css

<style>
 span { border-color: #841BB0; }

 span { border-color: rgb(132,27,176); }

 td.TdClassName
 {
   border-color: #841BB0;
 }
 .TagClassName
 {
   border-color: #841BB0;
 }
</style>