Shades of Dark Violet #8002D6
Tints of Dark Violet #8002D6
RGB
CMYK
RGB Variations
Color information
#8002D6 (or 0x8002D6) is known color: Dark Violet. HEX triplet: 80, 02 and D6. RGB value is (128,2,214). Sum of RGB (Red+Green+Blue) = 128+2+214=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #8002D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002D6 is #7FFD29. Grayscale: #3F3F3F. Windows color (decimal): -8387882 or 14025344. OLE color: 14025344.
HSL color Cylindrical-coordinate representation of color #8002D6: hue angle of 275.66º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002D6 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 2 | 214 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.16 |
| HSL | 275.66º | 0.98% | 0.42% | - |
| HSV(B) | 275.66º | 0.99% | 0.84% | - |
| XYZ | 21.06 | 9.49 | 64.34 | - |
| YUV | 63.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 214 | 0.40 | 0.99 | 0 | 0.16 | 275.66 | 0.98 | 0.42 |
| Hex | 80 | 2 | D6 | 28 | 63 | 0 | 10 | 114 | 62 | 2A |
| Octal | 200 | 2 | 326 | 50 | 143 | 0 | 20 | 424 | 142 | 52 |
| Binary | 10000000 | 10 | 11010110 | 101000 | 1100011 | 0 | 10000 | 100010100 | 1100010 | 101010 |
Color Harmonies of #8002D6
Complementary color
Monochromatic Colors of #8002D6
Black with #8002D6
Text Example
Text Example
White with #8002D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002D6; }
p { color: rgb(128,2,214); }
H1.HeaderClassName
{
color: #8002D6;
}
.AnyTagClassName
{
color: #8002D6;
}
</style>
background-color css
<style>
a { background-color: #8002D6; }
a { background-color: rgb(128,2,214); }
div.DivClassName
{
background-color: #8002D6;
}
.BgClassName
{
background-color: #8002D6;
}
</style>
border-color css
<style>
span { border-color: #8002D6; }
span { border-color: rgb(128,2,214); }
td.TdClassName
{
border-color: #8002D6;
}
.TagClassName
{
border-color: #8002D6;
}
</style>