Shades of Dark Violet #8003CC
Tints of Dark Violet #8003CC
RGB
CMYK
RGB Variations
Color information
#8003CC (or 0x8003CC) is known color: Dark Violet. HEX triplet: 80, 03 and CC. RGB value is (128,3,204). Sum of RGB (Red+Green+Blue) = 128+3+204=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #8003CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003CC is #7FFC33. Grayscale: #3E3E3E. Windows color (decimal): -8387636 or 13370240. OLE color: 13370240.
HSL color Cylindrical-coordinate representation of color #8003CC: hue angle of 277.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8003CC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 3 | 204 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.2 |
| HSL | 277.31º | 0.97% | 0.41% | - |
| HSV(B) | 277.31º | 0.99% | 0.8% | - |
| XYZ | 19.83 | 9.01 | 57.82 | - |
| YUV | 63.29 | 207.41 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 204 | 0.37 | 0.99 | 0 | 0.2 | 277.31 | 0.97 | 0.41 |
| Hex | 80 | 3 | CC | 25 | 63 | 0 | 14 | 115 | 61 | 29 |
| Octal | 200 | 3 | 314 | 45 | 143 | 0 | 24 | 425 | 141 | 51 |
| Binary | 10000000 | 11 | 11001100 | 100101 | 1100011 | 0 | 10100 | 100010101 | 1100001 | 101001 |
Color Harmonies of #8003CC
Complementary color
Monochromatic Colors of #8003CC
Black with #8003CC
Text Example
Text Example
White with #8003CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8003CC; }
p { color: rgb(128,3,204); }
H1.HeaderClassName
{
color: #8003CC;
}
.AnyTagClassName
{
color: #8003CC;
}
</style>
background-color css
<style>
a { background-color: #8003CC; }
a { background-color: rgb(128,3,204); }
div.DivClassName
{
background-color: #8003CC;
}
.BgClassName
{
background-color: #8003CC;
}
</style>
border-color css
<style>
span { border-color: #8003CC; }
span { border-color: rgb(128,3,204); }
td.TdClassName
{
border-color: #8003CC;
}
.TagClassName
{
border-color: #8003CC;
}
</style>