Shades of Dark Violet #8001DD
Tints of Dark Violet #8001DD
RGB
CMYK
RGB Variations
Color information
#8001DD (or 0x8001DD) is known color: Dark Violet. HEX triplet: 80, 01 and DD. RGB value is (128,1,221). Sum of RGB (Red+Green+Blue) = 128+1+221=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #8001DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001DD is #7FFE22. Grayscale: #3F3F3F. Windows color (decimal): -8388131 or 14483840. OLE color: 14483840.
HSL color Cylindrical-coordinate representation of color #8001DD: hue angle of 274.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8001DD is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 1 | 221 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.13 |
| HSL | 274.64º | 0.99% | 0.44% | - |
| HSV(B) | 274.64º | 1% | 0.87% | - |
| XYZ | 21.96 | 9.83 | 69.15 | - |
| YUV | 64.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 221 | 0.42 | 1.00 | 0 | 0.13 | 274.64 | 0.99 | 0.44 |
| Hex | 80 | 1 | DD | 2A | 64 | 0 | D | 113 | 63 | 2C |
| Octal | 200 | 1 | 335 | 52 | 144 | 0 | 15 | 423 | 143 | 54 |
| Binary | 10000000 | 1 | 11011101 | 101010 | 1100100 | 0 | 1101 | 100010011 | 1100011 | 101100 |
Color Harmonies of #8001DD
Complementary color
Monochromatic Colors of #8001DD
Black with #8001DD
Text Example
Text Example
White with #8001DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001DD; }
p { color: rgb(128,1,221); }
H1.HeaderClassName
{
color: #8001DD;
}
.AnyTagClassName
{
color: #8001DD;
}
</style>
background-color css
<style>
a { background-color: #8001DD; }
a { background-color: rgb(128,1,221); }
div.DivClassName
{
background-color: #8001DD;
}
.BgClassName
{
background-color: #8001DD;
}
</style>
border-color css
<style>
span { border-color: #8001DD; }
span { border-color: rgb(128,1,221); }
td.TdClassName
{
border-color: #8001DD;
}
.TagClassName
{
border-color: #8001DD;
}
</style>