#8C06EF

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

Shades of Dark Violet #8C06EF

Tints of Dark Violet #8C06EF

Color information

#8C06EF (or 0x8C06EF) is unknown color: approx Dark Violet. HEX triplet: 8C, 06 and EF. RGB value is (140,6,239). Sum of RGB (Red+Green+Blue) = 140+6+239=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C06EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06EF is #73F910. Grayscale: #474747. Windows color (decimal): -7600401 or 15664780. OLE color: 15664780.

HSL color Cylindrical-coordinate representation of color #8C06EF: hue angle of 274.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06EF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1406239-
CMYK0.410.9700.06
HSL274.51º95.1%48.04%-
HSV(B)274.51º97.49%93.73%-
XYZ26.4611.9482.57-
YUV72.63221.89176.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 239 (93.75% from 255) = 62.08%
R=36.36%
G=1.56%
B=62.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14062390.410.9700.06274.5195.148.04
Hex8C6EF2961061135f30
Octal2146357511410642313760
Binary1000110011011101111101001110000101101000100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C06EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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