#8606CB

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

Shades of Dark Violet #8606CB

Tints of Dark Violet #8606CB

Color information

#8606CB (or 0x8606CB) is unknown color: approx Dark Violet. HEX triplet: 86, 06 and CB. RGB value is (134,6,203). Sum of RGB (Red+Green+Blue) = 134+6+203=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #8606CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8606CB is #79F934. Grayscale: #424242. Windows color (decimal): -7993653 or 13305478. OLE color: 13305478.

HSL color Cylindrical-coordinate representation of color #8606CB: hue angle of 278.98º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606CB is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1346203-
CMYK0.340.9700.20
HSL278.98º94.26%40.98%-
HSV(B)278.98º97.04%79.61%-
XYZ20.689.5157.25-
YUV66.73204.91175.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=39.07%
G=1.75%
B=59.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13462030.340.9700.20278.9894.2640.98
Hex866CB22610141175e29
Octal20663134214102442713651
Binary100001101101100101110001011000010101001000101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8606CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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