#872DB4

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

Shades of Dark Orchid #872DB4

Tints of Dark Orchid #872DB4

Color information

#872DB4 (or 0x872DB4) is unknown color: approx Dark Orchid. HEX triplet: 87, 2D and B4. RGB value is (135,45,180). Sum of RGB (Red+Green+Blue) = 135+45+180=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #872DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DB4 is #78D24B. Grayscale: #565656. Windows color (decimal): -7918156 or 11808135. OLE color: 11808135.

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

Color convert

RGB13545180-
CMYK0.250.7500.29
HSL280º60%44.12%-
HSV(B)280º75%70.59%-
XYZ19.1710.3244.16-
YUV87.3180.32162.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 180 (70.70% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135451800.250.7500.292806044.12
Hex872DB4194B01D1183c2c
Octal20755264311130354307454
Binary1000011110110110110100110011001011011101100011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,45,180); }

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

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

 a { background-color: rgb(135,45,180); }

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

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

 span { border-color: rgb(135,45,180); }

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