Shades of Dark Violet #8002DD
Tints of Dark Violet #8002DD
RGB
CMYK
RGB Variations
Color information
#8002DD (or 0x8002DD) is known color: Dark Violet. HEX triplet: 80, 02 and DD. RGB value is (128,2,221). Sum of RGB (Red+Green+Blue) = 128+2+221=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #8002DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002DD is #7FFD22. Grayscale: #3F3F3F. Windows color (decimal): -8387875 or 14484096. OLE color: 14484096.
HSL color Cylindrical-coordinate representation of color #8002DD: hue angle of 274.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002DD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 2 | 221 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.13 |
| HSL | 274.52º | 0.98% | 0.44% | - |
| HSV(B) | 274.52º | 0.99% | 0.87% | - |
| XYZ | 21.97 | 9.85 | 69.15 | - |
| YUV | 64.64 | 216.24 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 221 | 0.42 | 0.99 | 0 | 0.13 | 274.52 | 0.98 | 0.44 |
| Hex | 80 | 2 | DD | 2A | 63 | 0 | D | 113 | 62 | 2C |
| Octal | 200 | 2 | 335 | 52 | 143 | 0 | 15 | 423 | 142 | 54 |
| Binary | 10000000 | 10 | 11011101 | 101010 | 1100011 | 0 | 1101 | 100010011 | 1100010 | 101100 |
Color Harmonies of #8002DD
Complementary color
Monochromatic Colors of #8002DD
Black with #8002DD
Text Example
Text Example
White with #8002DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002DD; }
p { color: rgb(128,2,221); }
H1.HeaderClassName
{
color: #8002DD;
}
.AnyTagClassName
{
color: #8002DD;
}
</style>
background-color css
<style>
a { background-color: #8002DD; }
a { background-color: rgb(128,2,221); }
div.DivClassName
{
background-color: #8002DD;
}
.BgClassName
{
background-color: #8002DD;
}
</style>
border-color css
<style>
span { border-color: #8002DD; }
span { border-color: rgb(128,2,221); }
td.TdClassName
{
border-color: #8002DD;
}
.TagClassName
{
border-color: #8002DD;
}
</style>