#871EB3

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

Shades of Dark Orchid #871EB3

Tints of Dark Orchid #871EB3

Color information

#871EB3 (or 0x871EB3) is unknown color: approx Dark Orchid. HEX triplet: 87, 1E and B3. RGB value is (135,30,179). Sum of RGB (Red+Green+Blue) = 135+30+179=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #871EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EB3 is #78E14C. Grayscale: #4D4D4D. Windows color (decimal): -7921997 or 11738759. OLE color: 11738759.

HSL color Cylindrical-coordinate representation of color #871EB3: hue angle of 282.28º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871EB3 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13530179-
CMYK0.250.8300.30
HSL282.28º71.29%40.98%-
HSV(B)282.28º83.24%70.2%-
XYZ18.599.3343.47-
YUV78.38184.79168.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 179 (70.31% from 255) = 52.03%
R=39.24%
G=8.72%
B=52.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135301790.250.8300.30282.2871.2940.98
Hex871EB3195301E11a4729
Octal207362633112303643210751
Binary1000011111110101100111100110100110111101000110101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871EB3; }

 p { color: rgb(135,30,179); }

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

<style>
 a { background-color: #871EB3; }

 a { background-color: rgb(135,30,179); }

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

<style>
 span { border-color: #871EB3; }

 span { border-color: rgb(135,30,179); }

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