#872CBB

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

Shades of Dark Orchid #872CBB

Tints of Dark Orchid #872CBB

Color information

#872CBB (or 0x872CBB) is unknown color: approx Dark Orchid. HEX triplet: 87, 2C and BB. RGB value is (135,44,187). Sum of RGB (Red+Green+Blue) = 135+44+187=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #872CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CBB is #78D344. Grayscale: #575757. Windows color (decimal): -7918405 or 12266631. OLE color: 12266631.

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

Color convert

RGB13544187-
CMYK0.280.7600.27
HSL278.18º61.9%45.29%-
HSV(B)278.18º76.47%73.33%-
XYZ19.8610.5448-
YUV87.51184.15161.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 44 (17.58% from 255) = 12.02%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=36.89%
G=12.02%
B=51.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135441870.280.7600.27278.1861.945.29
Hex872CBB1C4C01B1163e2d
Octal20754273341140334267655
Binary1000011110110010111011111001001100011011100010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,44,187); }

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

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

 a { background-color: rgb(135,44,187); }

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

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

 span { border-color: rgb(135,44,187); }

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