Shades of Dark Violet #9A0CCD
Tints of Dark Violet #9A0CCD
RGB
CMYK
RGB Variations
Color information
#9A0CCD (or 0x9A0CCD) is known color: Dark Violet. HEX triplet: 9A, 0C and CD. RGB value is (154,12,205). Sum of RGB (Red+Green+Blue) = 154+12+205=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CCD is #65F332. Grayscale: #4B4B4B. Windows color (decimal): -6681395 or 13438106. OLE color: 13438106.
HSL color Cylindrical-coordinate representation of color #9A0CCD: hue angle of 284.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CCD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 12 | 205 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.20 |
| HSL | 284.15º | 0.89% | 0.43% | - |
| HSV(B) | 284.15º | 0.94% | 0.8% | - |
| XYZ | 24.48 | 11.54 | 58.7 | - |
| YUV | 76.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 205 | 0.25 | 0.94 | 0 | 0.20 | 284.15 | 0.89 | 0.43 |
| Hex | 9A | C | CD | 19 | 5E | 0 | 14 | 11C | 59 | 2B |
| Octal | 232 | 14 | 315 | 31 | 136 | 0 | 24 | 434 | 131 | 53 |
| Binary | 10011010 | 1100 | 11001101 | 11001 | 1011110 | 0 | 10100 | 100011100 | 1011001 | 101011 |
Color Harmonies of #9A0CCD
Complementary color
Monochromatic Colors of #9A0CCD
Black with #9A0CCD
Text Example
Text Example
White with #9A0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CCD; }
p { color: rgb(154,12,205); }
H1.HeaderClassName
{
color: #9A0CCD;
}
.AnyTagClassName
{
color: #9A0CCD;
}
</style>
background-color css
<style>
a { background-color: #9A0CCD; }
a { background-color: rgb(154,12,205); }
div.DivClassName
{
background-color: #9A0CCD;
}
.BgClassName
{
background-color: #9A0CCD;
}
</style>
border-color css
<style>
span { border-color: #9A0CCD; }
span { border-color: rgb(154,12,205); }
td.TdClassName
{
border-color: #9A0CCD;
}
.TagClassName
{
border-color: #9A0CCD;
}
</style>