Shades of Dark Violet #9A00CC
Tints of Dark Violet #9A00CC
RGB
CMYK
RGB Variations
Color information
#9A00CC (or 0x9A00CC) is known color: Dark Violet. HEX triplet: 9A, 00 and CC. RGB value is (154,0,204). Sum of RGB (Red+Green+Blue) = 154+0+204=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00CC is #65FF33. Grayscale: #444444. Windows color (decimal): -6684468 or 13369498. OLE color: 13369498.
HSL color Cylindrical-coordinate representation of color #9A00CC: hue angle of 285.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00CC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 0 | 204 | - |
| CMYK | 0.25 | 1 | 0 | 0.2 |
| HSL | 285.29º | 1% | 0.4% | - |
| HSV(B) | 285.29º | 1% | 0.8% | - |
| XYZ | 24.23 | 11.23 | 58.02 | - |
| YUV | 69.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 204 | 0.25 | 1 | 0 | 0.2 | 285.29 | 1 | 0.4 |
| Hex | 9A | 0 | CC | 19 | 64 | 0 | 14 | 11D | 64 | 28 |
| Octal | 232 | 0 | 314 | 31 | 144 | 0 | 24 | 435 | 144 | 50 |
| Binary | 10011010 | 0 | 11001100 | 11001 | 1100100 | 0 | 10100 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9A00CC
Complementary color
Monochromatic Colors of #9A00CC
Black with #9A00CC
Text Example
Text Example
White with #9A00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00CC; }
p { color: rgb(154,0,204); }
H1.HeaderClassName
{
color: #9A00CC;
}
.AnyTagClassName
{
color: #9A00CC;
}
</style>
background-color css
<style>
a { background-color: #9A00CC; }
a { background-color: rgb(154,0,204); }
div.DivClassName
{
background-color: #9A00CC;
}
.BgClassName
{
background-color: #9A00CC;
}
</style>
border-color css
<style>
span { border-color: #9A00CC; }
span { border-color: rgb(154,0,204); }
td.TdClassName
{
border-color: #9A00CC;
}
.TagClassName
{
border-color: #9A00CC;
}
</style>