#871bb6

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

Shades of Dark Orchid #871BB6

Tints of Dark Orchid #871BB6

Color information

#871BB6 (or 0x871BB6) is unknown color: approx Dark Orchid. HEX triplet: 87, 1B and B6. RGB value is (135,27,182). Sum of RGB (Red+Green+Blue) = 135+27+182=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #871BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BB6 is #78E449. Grayscale: #4C4C4C. Windows color (decimal): -7922762 or 11934599. OLE color: 11934599.

HSL color Cylindrical-coordinate representation of color #871BB6: hue angle of 281.81º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871BB6 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13527182-
CMYK0.260.8500.29
HSL281.81º74.16%40.98%-
HSV(B)281.81º85.16%71.37%-
XYZ18.839.3145.06-
YUV76.96187.28169.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 182 (71.48% from 255) = 52.91%
R=39.24%
G=7.85%
B=52.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135271820.260.8500.29281.8174.1640.98
Hex871BB61A5501D11a4a29
Octal207332663212503543211251
Binary1000011111011101101101101010101010111011000110101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871bb6; }

 p { color: rgb(135,27,182); }

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

<style>
 a { background-color: #871bb6; }

 a { background-color: rgb(135,27,182); }

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

<style>
 span { border-color: #871bb6; }

 span { border-color: rgb(135,27,182); }

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