Shades of Dark Violet #9A00DC
Tints of Dark Violet #9A00DC
RGB
CMYK
RGB Variations
Color information
#9A00DC (or 0x9A00DC) is known color: Dark Violet. HEX triplet: 9A, 00 and DC. RGB value is (154,0,220). Sum of RGB (Red+Green+Blue) = 154+0+220=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00DC is #65FF23. Grayscale: #464646. Windows color (decimal): -6684452 or 14418074. OLE color: 14418074.
HSL color Cylindrical-coordinate representation of color #9A00DC: hue angle of 282º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00DC is Cyan = 0.3, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 0 | 220 | - |
| CMYK | 0.3 | 1 | 0 | 0.14 |
| HSL | 282º | 1% | 0.43% | - |
| HSV(B) | 282º | 1% | 0.86% | - |
| XYZ | 26.24 | 12.04 | 68.65 | - |
| YUV | 71.13 | 212.02 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 220 | 0.3 | 1 | 0 | 0.14 | 282 | 1 | 0.43 |
| Hex | 9A | 0 | DC | 1E | 64 | 0 | E | 11A | 64 | 2B |
| Octal | 232 | 0 | 334 | 36 | 144 | 0 | 16 | 432 | 144 | 53 |
| Binary | 10011010 | 0 | 11011100 | 11110 | 1100100 | 0 | 1110 | 100011010 | 1100100 | 101011 |
Color Harmonies of #9A00DC
Complementary color
Monochromatic Colors of #9A00DC
Black with #9A00DC
Text Example
Text Example
White with #9A00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00DC; }
p { color: rgb(154,0,220); }
H1.HeaderClassName
{
color: #9A00DC;
}
.AnyTagClassName
{
color: #9A00DC;
}
</style>
background-color css
<style>
a { background-color: #9A00DC; }
a { background-color: rgb(154,0,220); }
div.DivClassName
{
background-color: #9A00DC;
}
.BgClassName
{
background-color: #9A00DC;
}
</style>
border-color css
<style>
span { border-color: #9A00DC; }
span { border-color: rgb(154,0,220); }
td.TdClassName
{
border-color: #9A00DC;
}
.TagClassName
{
border-color: #9A00DC;
}
</style>