#8710B1

Color #8710B1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8710B1

Tints of Dark Violet #8710B1

Color information

#8710B1 (or 0x8710B1) is unknown color: approx Dark Violet. HEX triplet: 87, 10 and B1. RGB value is (135,16,177). Sum of RGB (Red+Green+Blue) = 135+16+177=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8710B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8710B1 is #78EF4E. Grayscale: #454545. Windows color (decimal): -7925583 or 11604103. OLE color: 11604103.

HSL color Cylindrical-coordinate representation of color #8710B1: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8710B1 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13516177-
CMYK0.240.9100.31
HSL284.35º83.42%37.84%-
HSV(B)284.35º90.96%69.41%-
XYZ18.118.742.32-
YUV69.93188.42174.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=41.16%
G=4.88%
B=53.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135161770.240.9100.31284.3583.4237.84
Hex8710B1185B01F11c5326
Octal207202613013303743412346
Binary1000011110000101100011100010110110111111000111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8710B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8710B1; }

 p { color: rgb(135,16,177); }

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

<style>
 a { background-color: #8710B1; }

 a { background-color: rgb(135,16,177); }

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

<style>
 span { border-color: #8710B1; }

 span { border-color: rgb(135,16,177); }

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