#8C06D5

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

Shades of Dark Violet #8C06D5

Tints of Dark Violet #8C06D5

Color information

#8C06D5 (or 0x8C06D5) is unknown color: approx Dark Violet. HEX triplet: 8C, 06 and D5. RGB value is (140,6,213). Sum of RGB (Red+Green+Blue) = 140+6+213=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #8C06D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06D5 is #73F92A. Grayscale: #444444. Windows color (decimal): -7600427 or 13960844. OLE color: 13960844.

HSL color Cylindrical-coordinate representation of color #8C06D5: hue angle of 278.84º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06D5 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1406213-
CMYK0.340.9700.16
HSL278.84º94.52%42.94%-
HSV(B)278.84º97.18%83.53%-
XYZ22.8910.5163.77-
YUV69.66208.89178.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 213 (83.59% from 255) = 59.33%
R=39.00%
G=1.67%
B=59.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14062130.340.9700.16278.8494.5242.94
Hex8C6D522610101175f2b
Octal21463254214102042713753
Binary100011001101101010110001011000010100001000101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C06D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C06D5; }

 p { color: rgb(140,6,213); }

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

<style>
 a { background-color: #8C06D5; }

 a { background-color: rgb(140,6,213); }

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

<style>
 span { border-color: #8C06D5; }

 span { border-color: rgb(140,6,213); }

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