Shades of Dark Violet #8002DF
Tints of Dark Violet #8002DF
RGB
CMYK
RGB Variations
Color information
#8002DF (or 0x8002DF) is known color: Dark Violet. HEX triplet: 80, 02 and DF. RGB value is (128,2,223). Sum of RGB (Red+Green+Blue) = 128+2+223=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #8002DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002DF is #7FFD20. Grayscale: #404040. Windows color (decimal): -8387873 or 14615168. OLE color: 14615168.
HSL color Cylindrical-coordinate representation of color #8002DF: hue angle of 274.21º 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 #8002DF is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 2 | 223 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.13 |
| HSL | 274.21º | 0.98% | 0.44% | - |
| HSV(B) | 274.21º | 0.99% | 0.87% | - |
| XYZ | 22.24 | 9.96 | 70.56 | - |
| YUV | 64.87 | 217.24 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 223 | 0.43 | 0.99 | 0 | 0.13 | 274.21 | 0.98 | 0.44 |
| Hex | 80 | 2 | DF | 2B | 63 | 0 | D | 112 | 62 | 2C |
| Octal | 200 | 2 | 337 | 53 | 143 | 0 | 15 | 422 | 142 | 54 |
| Binary | 10000000 | 10 | 11011111 | 101011 | 1100011 | 0 | 1101 | 100010010 | 1100010 | 101100 |
Color Harmonies of #8002DF
Complementary color
Monochromatic Colors of #8002DF
Black with #8002DF
Text Example
Text Example
White with #8002DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002DF; }
p { color: rgb(128,2,223); }
H1.HeaderClassName
{
color: #8002DF;
}
.AnyTagClassName
{
color: #8002DF;
}
</style>
background-color css
<style>
a { background-color: #8002DF; }
a { background-color: rgb(128,2,223); }
div.DivClassName
{
background-color: #8002DF;
}
.BgClassName
{
background-color: #8002DF;
}
</style>
border-color css
<style>
span { border-color: #8002DF; }
span { border-color: rgb(128,2,223); }
td.TdClassName
{
border-color: #8002DF;
}
.TagClassName
{
border-color: #8002DF;
}
</style>