Shades of Dark Violet #8C03C6
Tints of Dark Violet #8C03C6
RGB
CMYK
RGB Variations
Color information
#8C03C6 (or 0x8C03C6) is known color: Dark Violet. HEX triplet: 8C, 03 and C6. RGB value is (140,3,198). Sum of RGB (Red+Green+Blue) = 140+3+198=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C03C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C03C6 is #73FC39. Grayscale: #414141. Windows color (decimal): -7601210 or 12977036. OLE color: 12977036.
HSL color Cylindrical-coordinate representation of color #8C03C6: hue angle of 282.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C03C6 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 3 | 198 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.22 |
| HSL | 282.15º | 0.97% | 0.39% | - |
| HSV(B) | 282.15º | 0.98% | 0.78% | - |
| XYZ | 21.04 | 9.72 | 54.19 | - |
| YUV | 66.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 198 | 0.29 | 0.98 | 0 | 0.22 | 282.15 | 0.97 | 0.39 |
| Hex | 8C | 3 | C6 | 1D | 62 | 0 | 16 | 11A | 61 | 27 |
| Octal | 214 | 3 | 306 | 35 | 142 | 0 | 26 | 432 | 141 | 47 |
| Binary | 10001100 | 11 | 11000110 | 11101 | 1100010 | 0 | 10110 | 100011010 | 1100001 | 100111 |
Color Harmonies of #8C03C6
Complementary color
Monochromatic Colors of #8C03C6
Black with #8C03C6
Text Example
Text Example
White with #8C03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C03C6; }
p { color: rgb(140,3,198); }
H1.HeaderClassName
{
color: #8C03C6;
}
.AnyTagClassName
{
color: #8C03C6;
}
</style>
background-color css
<style>
a { background-color: #8C03C6; }
a { background-color: rgb(140,3,198); }
div.DivClassName
{
background-color: #8C03C6;
}
.BgClassName
{
background-color: #8C03C6;
}
</style>
border-color css
<style>
span { border-color: #8C03C6; }
span { border-color: rgb(140,3,198); }
td.TdClassName
{
border-color: #8C03C6;
}
.TagClassName
{
border-color: #8C03C6;
}
</style>