#8606BF

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

Shades of Dark Violet #8606BF

Tints of Dark Violet #8606BF

Color information

#8606BF (or 0x8606BF) is unknown color: approx Dark Violet. HEX triplet: 86, 06 and BF. RGB value is (134,6,191). Sum of RGB (Red+Green+Blue) = 134+6+191=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #8606BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8606BF is #79F940. Grayscale: #404040. Windows color (decimal): -7993665 or 12519046. OLE color: 12519046.

HSL color Cylindrical-coordinate representation of color #8606BF: hue angle of 281.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606BF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1346191-
CMYK0.300.9700.25
HSL281.51º93.91%38.63%-
HSV(B)281.51º96.86%74.9%-
XYZ19.38.9650-
YUV65.36198.91176.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 191 (75% from 255) = 57.70%
R=40.48%
G=1.81%
B=57.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13461910.300.9700.25281.5193.9138.63
Hex866BF1E6101911a5e27
Octal20662773614103143213647
Binary10000110110101111111111011000010110011000110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8606BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8606BF; }

 p { color: rgb(134,6,191); }

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

<style>
 a { background-color: #8606BF; }

 a { background-color: rgb(134,6,191); }

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

<style>
 span { border-color: #8606BF; }

 span { border-color: rgb(134,6,191); }

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