Shades of Dark Violet #9A04DC
Tints of Dark Violet #9A04DC
RGB
CMYK
RGB Variations
Color information
#9A04DC (or 0x9A04DC) is known color: Dark Violet. HEX triplet: 9A, 04 and DC. RGB value is (154,4,220). Sum of RGB (Red+Green+Blue) = 154+4+220=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A04DC is #65FB23. Grayscale: #484848. Windows color (decimal): -6683428 or 14419098. OLE color: 14419098.
HSL color Cylindrical-coordinate representation of color #9A04DC: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04DC is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 4 | 220 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.14 |
| HSL | 281.67º | 0.96% | 0.44% | - |
| HSV(B) | 281.67º | 0.98% | 0.86% | - |
| XYZ | 26.29 | 12.12 | 68.66 | - |
| YUV | 73.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 220 | 0.3 | 0.98 | 0 | 0.14 | 281.67 | 0.96 | 0.44 |
| Hex | 9A | 4 | DC | 1E | 62 | 0 | E | 11A | 60 | 2C |
| Octal | 232 | 4 | 334 | 36 | 142 | 0 | 16 | 432 | 140 | 54 |
| Binary | 10011010 | 100 | 11011100 | 11110 | 1100010 | 0 | 1110 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9A04DC
Complementary color
Monochromatic Colors of #9A04DC
Black with #9A04DC
Text Example
Text Example
White with #9A04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A04DC; }
p { color: rgb(154,4,220); }
H1.HeaderClassName
{
color: #9A04DC;
}
.AnyTagClassName
{
color: #9A04DC;
}
</style>
background-color css
<style>
a { background-color: #9A04DC; }
a { background-color: rgb(154,4,220); }
div.DivClassName
{
background-color: #9A04DC;
}
.BgClassName
{
background-color: #9A04DC;
}
</style>
border-color css
<style>
span { border-color: #9A04DC; }
span { border-color: rgb(154,4,220); }
td.TdClassName
{
border-color: #9A04DC;
}
.TagClassName
{
border-color: #9A04DC;
}
</style>