#872BBD

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

Shades of Dark Orchid #872BBD

Tints of Dark Orchid #872BBD

Color information

#872BBD (or 0x872BBD) is unknown color: approx Dark Orchid. HEX triplet: 87, 2B and BD. RGB value is (135,43,189). Sum of RGB (Red+Green+Blue) = 135+43+189=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #872BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BBD is #78D442. Grayscale: #565656. Windows color (decimal): -7918659 or 12397447. OLE color: 12397447.

HSL color Cylindrical-coordinate representation of color #872BBD: hue angle of 277.81º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872BBD is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13543189-
CMYK0.290.7700.26
HSL277.81º62.93%45.49%-
HSV(B)277.81º77.25%74.12%-
XYZ20.0410.5549.12-
YUV87.15185.48162.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=36.78%
G=11.72%
B=51.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135431890.290.7700.26277.8162.9345.49
Hex872BBD1D4D01A1163f2d
Octal20753275351150324267755
Binary1000011110101110111101111011001101011010100010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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