#872BB6

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

Shades of Dark Orchid #872BB6

Tints of Dark Orchid #872BB6

Color information

#872BB6 (or 0x872BB6) is unknown color: approx Dark Orchid. HEX triplet: 87, 2B and B6. RGB value is (135,43,182). Sum of RGB (Red+Green+Blue) = 135+43+182=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #872BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BB6 is #78D449. Grayscale: #555555. Windows color (decimal): -7918666 or 11938695. OLE color: 11938695.

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

Color convert

RGB13543182-
CMYK0.260.7600.29
HSL279.71º61.78%44.12%-
HSV(B)279.71º76.37%71.37%-
XYZ19.310.2645.22-
YUV86.35181.98162.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 43 (17.19% from 255) = 11.94%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=37.5%
G=11.94%
B=50.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135431820.260.7600.29279.7161.7844.12
Hex872BB61A4C01D1183e2c
Octal20753266321140354307654
Binary1000011110101110110110110101001100011101100011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872BB6; }

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

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

<style>
 a { background-color: #872BB6; }

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

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

<style>
 span { border-color: #872BB6; }

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

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