Shades of Dark Violet #8005CC
Tints of Dark Violet #8005CC
RGB
CMYK
RGB Variations
Color information
#8005CC (or 0x8005CC) is known color: Dark Violet. HEX triplet: 80, 05 and CC. RGB value is (128,5,204). Sum of RGB (Red+Green+Blue) = 128+5+204=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #8005CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8005CC is #7FFA33. Grayscale: #3F3F3F. Windows color (decimal): -8387124 or 13370752. OLE color: 13370752.
HSL color Cylindrical-coordinate representation of color #8005CC: hue angle of 277.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8005CC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 5 | 204 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.2 |
| HSL | 277.09º | 0.95% | 0.41% | - |
| HSV(B) | 277.09º | 0.98% | 0.8% | - |
| XYZ | 19.86 | 9.06 | 57.83 | - |
| YUV | 64.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 204 | 0.37 | 0.98 | 0 | 0.2 | 277.09 | 0.95 | 0.41 |
| Hex | 80 | 5 | CC | 25 | 62 | 0 | 14 | 115 | 5F | 29 |
| Octal | 200 | 5 | 314 | 45 | 142 | 0 | 24 | 425 | 137 | 51 |
| Binary | 10000000 | 101 | 11001100 | 100101 | 1100010 | 0 | 10100 | 100010101 | 1011111 | 101001 |
Color Harmonies of #8005CC
Complementary color
Monochromatic Colors of #8005CC
Black with #8005CC
Text Example
Text Example
White with #8005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005CC; }
p { color: rgb(128,5,204); }
H1.HeaderClassName
{
color: #8005CC;
}
.AnyTagClassName
{
color: #8005CC;
}
</style>
background-color css
<style>
a { background-color: #8005CC; }
a { background-color: rgb(128,5,204); }
div.DivClassName
{
background-color: #8005CC;
}
.BgClassName
{
background-color: #8005CC;
}
</style>
border-color css
<style>
span { border-color: #8005CC; }
span { border-color: rgb(128,5,204); }
td.TdClassName
{
border-color: #8005CC;
}
.TagClassName
{
border-color: #8005CC;
}
</style>