Shades of Dark Violet #8603DC
Tints of Dark Violet #8603DC
RGB
CMYK
RGB Variations
Color information
#8603DC (or 0x8603DC) is known color: Dark Violet. HEX triplet: 86, 03 and DC. RGB value is (134,3,220). Sum of RGB (Red+Green+Blue) = 134+3+220=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #8603DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603DC is #79FC23. Grayscale: #424242. Windows color (decimal): -7994404 or 14418822. OLE color: 14418822.
HSL color Cylindrical-coordinate representation of color #8603DC: hue angle of 276.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8603DC is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 3 | 220 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.14 |
| HSL | 276.22º | 0.97% | 0.44% | - |
| HSV(B) | 276.22º | 0.99% | 0.86% | - |
| XYZ | 22.78 | 10.3 | 68.5 | - |
| YUV | 66.91 | 214.4 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 220 | 0.39 | 0.99 | 0 | 0.14 | 276.22 | 0.97 | 0.44 |
| Hex | 86 | 3 | DC | 27 | 63 | 0 | E | 114 | 61 | 2C |
| Octal | 206 | 3 | 334 | 47 | 143 | 0 | 16 | 424 | 141 | 54 |
| Binary | 10000110 | 11 | 11011100 | 100111 | 1100011 | 0 | 1110 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8603DC
Complementary color
Monochromatic Colors of #8603DC
Black with #8603DC
Text Example
Text Example
White with #8603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603DC; }
p { color: rgb(134,3,220); }
H1.HeaderClassName
{
color: #8603DC;
}
.AnyTagClassName
{
color: #8603DC;
}
</style>
background-color css
<style>
a { background-color: #8603DC; }
a { background-color: rgb(134,3,220); }
div.DivClassName
{
background-color: #8603DC;
}
.BgClassName
{
background-color: #8603DC;
}
</style>
border-color css
<style>
span { border-color: #8603DC; }
span { border-color: rgb(134,3,220); }
td.TdClassName
{
border-color: #8603DC;
}
.TagClassName
{
border-color: #8603DC;
}
</style>