Shades of Dark Violet #9A0ACC
Tints of Dark Violet #9A0ACC
RGB
CMYK
RGB Variations
Color information
#9A0ACC (or 0x9A0ACC) is known color: Dark Violet. HEX triplet: 9A, 0A and CC. RGB value is (154,10,204). Sum of RGB (Red+Green+Blue) = 154+10+204=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ACC is #65F533. Grayscale: #4A4A4A. Windows color (decimal): -6681908 or 13372058. OLE color: 13372058.
HSL color Cylindrical-coordinate representation of color #9A0ACC: hue angle of 284.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0ACC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 10 | 204 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.2 |
| HSL | 284.54º | 0.91% | 0.42% | - |
| HSV(B) | 284.54º | 0.95% | 0.8% | - |
| XYZ | 24.33 | 11.45 | 58.05 | - |
| YUV | 75.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 204 | 0.25 | 0.95 | 0 | 0.2 | 284.54 | 0.91 | 0.42 |
| Hex | 9A | A | CC | 19 | 5F | 0 | 14 | 11D | 5B | 2A |
| Octal | 232 | 12 | 314 | 31 | 137 | 0 | 24 | 435 | 133 | 52 |
| Binary | 10011010 | 1010 | 11001100 | 11001 | 1011111 | 0 | 10100 | 100011101 | 1011011 | 101010 |
Color Harmonies of #9A0ACC
Complementary color
Monochromatic Colors of #9A0ACC
Black with #9A0ACC
Text Example
Text Example
White with #9A0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0ACC; }
p { color: rgb(154,10,204); }
H1.HeaderClassName
{
color: #9A0ACC;
}
.AnyTagClassName
{
color: #9A0ACC;
}
</style>
background-color css
<style>
a { background-color: #9A0ACC; }
a { background-color: rgb(154,10,204); }
div.DivClassName
{
background-color: #9A0ACC;
}
.BgClassName
{
background-color: #9A0ACC;
}
</style>
border-color css
<style>
span { border-color: #9A0ACC; }
span { border-color: rgb(154,10,204); }
td.TdClassName
{
border-color: #9A0ACC;
}
.TagClassName
{
border-color: #9A0ACC;
}
</style>