Shades of Dark Violet #9A00CE
Tints of Dark Violet #9A00CE
RGB
CMYK
RGB Variations
Color information
#9A00CE (or 0x9A00CE) is known color: Dark Violet. HEX triplet: 9A, 00 and CE. RGB value is (154,0,206). Sum of RGB (Red+Green+Blue) = 154+0+206=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00CE is #65FF31. Grayscale: #444444. Windows color (decimal): -6684466 or 13500570. OLE color: 13500570.
HSL color Cylindrical-coordinate representation of color #9A00CE: hue angle of 284.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00CE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 0 | 206 | - |
| CMYK | 0.25 | 1 | 0 | 0.19 |
| HSL | 284.85º | 1% | 0.4% | - |
| HSV(B) | 284.85º | 1% | 0.81% | - |
| XYZ | 24.47 | 11.33 | 59.29 | - |
| YUV | 69.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 206 | 0.25 | 1 | 0 | 0.19 | 284.85 | 1 | 0.4 |
| Hex | 9A | 0 | CE | 19 | 64 | 0 | 13 | 11D | 64 | 28 |
| Octal | 232 | 0 | 316 | 31 | 144 | 0 | 23 | 435 | 144 | 50 |
| Binary | 10011010 | 0 | 11001110 | 11001 | 1100100 | 0 | 10011 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9A00CE
Complementary color
Monochromatic Colors of #9A00CE
Black with #9A00CE
Text Example
Text Example
White with #9A00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00CE; }
p { color: rgb(154,0,206); }
H1.HeaderClassName
{
color: #9A00CE;
}
.AnyTagClassName
{
color: #9A00CE;
}
</style>
background-color css
<style>
a { background-color: #9A00CE; }
a { background-color: rgb(154,0,206); }
div.DivClassName
{
background-color: #9A00CE;
}
.BgClassName
{
background-color: #9A00CE;
}
</style>
border-color css
<style>
span { border-color: #9A00CE; }
span { border-color: rgb(154,0,206); }
td.TdClassName
{
border-color: #9A00CE;
}
.TagClassName
{
border-color: #9A00CE;
}
</style>