Shades of Dark Violet #9A0CDD
Tints of Dark Violet #9A0CDD
RGB
CMYK
RGB Variations
Color information
#9A0CDD (or 0x9A0CDD) is known color: Dark Violet. HEX triplet: 9A, 0C and DD. RGB value is (154,12,221). Sum of RGB (Red+Green+Blue) = 154+12+221=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CDD is #65F322. Grayscale: #4D4D4D. Windows color (decimal): -6681379 or 14486682. OLE color: 14486682.
HSL color Cylindrical-coordinate representation of color #9A0CDD: hue angle of 280.77º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0CDD is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 12 | 221 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.13 |
| HSL | 280.77º | 0.9% | 0.46% | - |
| HSV(B) | 280.77º | 0.95% | 0.87% | - |
| XYZ | 26.51 | 12.35 | 69.39 | - |
| YUV | 78.28 | 208.54 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 221 | 0.30 | 0.95 | 0 | 0.13 | 280.77 | 0.9 | 0.46 |
| Hex | 9A | C | DD | 1E | 5F | 0 | D | 119 | 5A | 2E |
| Octal | 232 | 14 | 335 | 36 | 137 | 0 | 15 | 431 | 132 | 56 |
| Binary | 10011010 | 1100 | 11011101 | 11110 | 1011111 | 0 | 1101 | 100011001 | 1011010 | 101110 |
Color Harmonies of #9A0CDD
Complementary color
Monochromatic Colors of #9A0CDD
Black with #9A0CDD
Text Example
Text Example
White with #9A0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CDD; }
p { color: rgb(154,12,221); }
H1.HeaderClassName
{
color: #9A0CDD;
}
.AnyTagClassName
{
color: #9A0CDD;
}
</style>
background-color css
<style>
a { background-color: #9A0CDD; }
a { background-color: rgb(154,12,221); }
div.DivClassName
{
background-color: #9A0CDD;
}
.BgClassName
{
background-color: #9A0CDD;
}
</style>
border-color css
<style>
span { border-color: #9A0CDD; }
span { border-color: rgb(154,12,221); }
td.TdClassName
{
border-color: #9A0CDD;
}
.TagClassName
{
border-color: #9A0CDD;
}
</style>