#872AB4

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

Shades of Dark Orchid #872AB4

Tints of Dark Orchid #872AB4

Color information

#872AB4 (or 0x872AB4) is unknown color: approx Dark Orchid. HEX triplet: 87, 2A and B4. RGB value is (135,42,180). Sum of RGB (Red+Green+Blue) = 135+42+180=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #872AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872AB4 is #78D54B. Grayscale: #555555. Windows color (decimal): -7918924 or 11807367. OLE color: 11807367.

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

Color convert

RGB13542180-
CMYK0.250.7700.29
HSL280.43º62.16%43.53%-
HSV(B)280.43º76.67%70.59%-
XYZ19.0610.144.13-
YUV85.54181.31163.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 42 (16.80% from 255) = 11.76%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=37.82%
G=11.76%
B=50.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135421800.250.7700.29280.4362.1643.53
Hex872AB4194D01D1183e2c
Octal20752264311150354307654
Binary1000011110101010110100110011001101011101100011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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