Shades of Dark Violet #9A04DD
Tints of Dark Violet #9A04DD
RGB
CMYK
RGB Variations
Color information
#9A04DD (or 0x9A04DD) is known color: Dark Violet. HEX triplet: 9A, 04 and DD. RGB value is (154,4,221). Sum of RGB (Red+Green+Blue) = 154+4+221=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A04DD is #65FB22. Grayscale: #484848. Windows color (decimal): -6683427 or 14484634. OLE color: 14484634.
HSL color Cylindrical-coordinate representation of color #9A04DD: hue angle of 281.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04DD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 4 | 221 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.13 |
| HSL | 281.47º | 0.96% | 0.44% | - |
| HSV(B) | 281.47º | 0.98% | 0.87% | - |
| XYZ | 26.42 | 12.18 | 69.36 | - |
| YUV | 73.59 | 211.2 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 221 | 0.30 | 0.98 | 0 | 0.13 | 281.47 | 0.96 | 0.44 |
| Hex | 9A | 4 | DD | 1E | 62 | 0 | D | 119 | 60 | 2C |
| Octal | 232 | 4 | 335 | 36 | 142 | 0 | 15 | 431 | 140 | 54 |
| Binary | 10011010 | 100 | 11011101 | 11110 | 1100010 | 0 | 1101 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9A04DD
Complementary color
Monochromatic Colors of #9A04DD
Black with #9A04DD
Text Example
Text Example
White with #9A04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A04DD; }
p { color: rgb(154,4,221); }
H1.HeaderClassName
{
color: #9A04DD;
}
.AnyTagClassName
{
color: #9A04DD;
}
</style>
background-color css
<style>
a { background-color: #9A04DD; }
a { background-color: rgb(154,4,221); }
div.DivClassName
{
background-color: #9A04DD;
}
.BgClassName
{
background-color: #9A04DD;
}
</style>
border-color css
<style>
span { border-color: #9A04DD; }
span { border-color: rgb(154,4,221); }
td.TdClassName
{
border-color: #9A04DD;
}
.TagClassName
{
border-color: #9A04DD;
}
</style>