#872BB9

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

Shades of Dark Orchid #872BB9

Tints of Dark Orchid #872BB9

Color information

#872BB9 (or 0x872BB9) is unknown color: approx Dark Orchid. HEX triplet: 87, 2B and B9. RGB value is (135,43,185). Sum of RGB (Red+Green+Blue) = 135+43+185=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #872BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BB9 is #78D446. Grayscale: #565656. Windows color (decimal): -7918663 or 12135303. OLE color: 12135303.

HSL color Cylindrical-coordinate representation of color #872BB9: hue angle of 278.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872BB9 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13543185-
CMYK0.270.7700.27
HSL278.87º62.28%44.71%-
HSV(B)278.87º76.76%72.55%-
XYZ19.6110.3846.87-
YUV86.7183.48162.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 43 (17.19% from 255) = 11.85%
BLUE value IS 185 (72.66% from 255) = 50.96%
R=37.19%
G=11.85%
B=50.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135431850.270.7700.27278.8762.2844.71
Hex872BB91B4D01B1173e2d
Octal20753271331150334277655
Binary1000011110101110111001110111001101011011100010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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