Shades of Dark Violet #9A00CA
Tints of Dark Violet #9A00CA
RGB
CMYK
RGB Variations
Color information
#9A00CA (or 0x9A00CA) is known color: Dark Violet. HEX triplet: 9A, 00 and CA. RGB value is (154,0,202). Sum of RGB (Red+Green+Blue) = 154+0+202=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00CA is #65FF35. Grayscale: #444444. Windows color (decimal): -6684470 or 13238426. OLE color: 13238426.
HSL color Cylindrical-coordinate representation of color #9A00CA: hue angle of 285.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00CA is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 0 | 202 | - |
| CMYK | 0.24 | 1 | 0 | 0.21 |
| HSL | 285.74º | 1% | 0.4% | - |
| HSV(B) | 285.74º | 1% | 0.79% | - |
| XYZ | 23.99 | 11.13 | 56.76 | - |
| YUV | 69.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 202 | 0.24 | 1 | 0 | 0.21 | 285.74 | 1 | 0.4 |
| Hex | 9A | 0 | CA | 18 | 64 | 0 | 15 | 11E | 64 | 28 |
| Octal | 232 | 0 | 312 | 30 | 144 | 0 | 25 | 436 | 144 | 50 |
| Binary | 10011010 | 0 | 11001010 | 11000 | 1100100 | 0 | 10101 | 100011110 | 1100100 | 101000 |
Color Harmonies of #9A00CA
Complementary color
Monochromatic Colors of #9A00CA
Black with #9A00CA
Text Example
Text Example
White with #9A00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00CA; }
p { color: rgb(154,0,202); }
H1.HeaderClassName
{
color: #9A00CA;
}
.AnyTagClassName
{
color: #9A00CA;
}
</style>
background-color css
<style>
a { background-color: #9A00CA; }
a { background-color: rgb(154,0,202); }
div.DivClassName
{
background-color: #9A00CA;
}
.BgClassName
{
background-color: #9A00CA;
}
</style>
border-color css
<style>
span { border-color: #9A00CA; }
span { border-color: rgb(154,0,202); }
td.TdClassName
{
border-color: #9A00CA;
}
.TagClassName
{
border-color: #9A00CA;
}
</style>