#8706B0

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

Shades of Dark Violet #8706B0

Tints of Dark Violet #8706B0

Color information

#8706B0 (or 0x8706B0) is unknown color: approx Dark Violet. HEX triplet: 87, 06 and B0. RGB value is (135,6,176). Sum of RGB (Red+Green+Blue) = 135+6+176=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #8706B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8706B0 is #78F94F. Grayscale: #3F3F3F. Windows color (decimal): -7928144 or 11536007. OLE color: 11536007.

HSL color Cylindrical-coordinate representation of color #8706B0: hue angle of 285.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8706B0 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1356176-
CMYK0.230.9700.31
HSL285.53º93.41%35.69%-
HSV(B)285.53º96.59%69.02%-
XYZ17.898.4241.76-
YUV63.95191.24178.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 176 (69.14% from 255) = 55.52%
R=42.59%
G=1.89%
B=55.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13561760.230.9700.31285.5393.4135.69
Hex876B0176101F11e5d24
Octal20762602714103743613544
Binary10000111110101100001011111000010111111000111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8706B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8706B0; }

 p { color: rgb(135,6,176); }

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

<style>
 a { background-color: #8706B0; }

 a { background-color: rgb(135,6,176); }

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

<style>
 span { border-color: #8706B0; }

 span { border-color: rgb(135,6,176); }

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