#8719B2

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

Shades of Dark Orchid #8719B2

Tints of Dark Orchid #8719B2

Color information

#8719B2 (or 0x8719B2) is unknown color: approx Dark Orchid. HEX triplet: 87, 19 and B2. RGB value is (135,25,178). Sum of RGB (Red+Green+Blue) = 135+25+178=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #8719B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8719B2 is #78E64D. Grayscale: #4A4A4A. Windows color (decimal): -7923278 or 11671943. OLE color: 11671943.

HSL color Cylindrical-coordinate representation of color #8719B2: hue angle of 283.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8719B2 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13525178-
CMYK0.240.8600.30
HSL283.14º75.37%39.8%-
HSV(B)283.14º85.96%69.8%-
XYZ18.389.0642.9-
YUV75.33185.94170.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 178 (69.92% from 255) = 52.66%
R=39.94%
G=7.40%
B=52.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135251780.240.8600.30283.1475.3739.8
Hex8719B2185601E11b4b28
Octal207312623012603643311350
Binary1000011111001101100101100010101100111101000110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8719B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8719B2; }

 p { color: rgb(135,25,178); }

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

<style>
 a { background-color: #8719B2; }

 a { background-color: rgb(135,25,178); }

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

<style>
 span { border-color: #8719B2; }

 span { border-color: rgb(135,25,178); }

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