Shades of Dark Violet #8C06ED
Tints of Dark Violet #8C06ED
RGB
CMYK
RGB Variations
Color information
#8C06ED (or 0x8C06ED) is known color: Dark Violet. HEX triplet: 8C, 06 and ED. RGB value is (140,6,237). Sum of RGB (Red+Green+Blue) = 140+6+237=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C06ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06ED is #73F912. Grayscale: #474747. Windows color (decimal): -7600403 or 15533708. OLE color: 15533708.
HSL color Cylindrical-coordinate representation of color #8C06ED: hue angle of 274.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06ED is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 6 | 237 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.07 |
| HSL | 274.81º | 0.95% | 0.48% | - |
| HSV(B) | 274.81º | 0.97% | 0.93% | - |
| XYZ | 26.17 | 11.82 | 81.02 | - |
| YUV | 72.4 | 220.89 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 237 | 0.41 | 0.97 | 0 | 0.07 | 274.81 | 0.95 | 0.48 |
| Hex | 8C | 6 | ED | 29 | 61 | 0 | 7 | 113 | 5F | 30 |
| Octal | 214 | 6 | 355 | 51 | 141 | 0 | 7 | 423 | 137 | 60 |
| Binary | 10001100 | 110 | 11101101 | 101001 | 1100001 | 0 | 111 | 100010011 | 1011111 | 110000 |
Color Harmonies of #8C06ED
Complementary color
Monochromatic Colors of #8C06ED
Black with #8C06ED
Text Example
Text Example
White with #8C06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06ED; }
p { color: rgb(140,6,237); }
H1.HeaderClassName
{
color: #8C06ED;
}
.AnyTagClassName
{
color: #8C06ED;
}
</style>
background-color css
<style>
a { background-color: #8C06ED; }
a { background-color: rgb(140,6,237); }
div.DivClassName
{
background-color: #8C06ED;
}
.BgClassName
{
background-color: #8C06ED;
}
</style>
border-color css
<style>
span { border-color: #8C06ED; }
span { border-color: rgb(140,6,237); }
td.TdClassName
{
border-color: #8C06ED;
}
.TagClassName
{
border-color: #8C06ED;
}
</style>