#872EBD

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

Shades of Dark Orchid #872EBD

Tints of Dark Orchid #872EBD

Color information

#872EBD (or 0x872EBD) is unknown color: approx Dark Orchid. HEX triplet: 87, 2E and BD. RGB value is (135,46,189). Sum of RGB (Red+Green+Blue) = 135+46+189=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #872EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872EBD is #78D142. Grayscale: #585858. Windows color (decimal): -7917891 or 12398215. OLE color: 12398215.

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

Color convert

RGB13546189-
CMYK0.290.7600.26
HSL277.34º60.85%46.08%-
HSV(B)277.34º75.66%74.12%-
XYZ20.1510.7849.16-
YUV88.91184.49160.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 46 (18.36% from 255) = 12.43%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=36.49%
G=12.43%
B=51.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135461890.290.7600.26277.3460.8546.08
Hex872EBD1D4C01A1153d2e
Octal20756275351140324257556
Binary1000011110111010111101111011001100011010100010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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