Shades of Dark Violet #9A11CD
Tints of Dark Violet #9A11CD
RGB
CMYK
RGB Variations
Color information
#9A11CD (or 0x9A11CD) is known color: Dark Violet. HEX triplet: 9A, 11 and CD. RGB value is (154,17,205). Sum of RGB (Red+Green+Blue) = 154+17+205=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A11CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A11CD is #65EE32. Grayscale: #4E4E4E. Windows color (decimal): -6680115 or 13439386. OLE color: 13439386.
HSL color Cylindrical-coordinate representation of color #9A11CD: hue angle of 283.72º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A11CD is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 17 | 205 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.20 |
| HSL | 283.72º | 0.85% | 0.44% | - |
| HSV(B) | 283.72º | 0.92% | 0.8% | - |
| XYZ | 24.55 | 11.68 | 58.72 | - |
| YUV | 79.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 205 | 0.25 | 0.92 | 0 | 0.20 | 283.72 | 0.85 | 0.44 |
| Hex | 9A | 11 | CD | 19 | 5C | 0 | 14 | 11C | 55 | 2C |
| Octal | 232 | 21 | 315 | 31 | 134 | 0 | 24 | 434 | 125 | 54 |
| Binary | 10011010 | 10001 | 11001101 | 11001 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101100 |
Color Harmonies of #9A11CD
Complementary color
Monochromatic Colors of #9A11CD
Black with #9A11CD
Text Example
Text Example
White with #9A11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A11CD; }
p { color: rgb(154,17,205); }
H1.HeaderClassName
{
color: #9A11CD;
}
.AnyTagClassName
{
color: #9A11CD;
}
</style>
background-color css
<style>
a { background-color: #9A11CD; }
a { background-color: rgb(154,17,205); }
div.DivClassName
{
background-color: #9A11CD;
}
.BgClassName
{
background-color: #9A11CD;
}
</style>
border-color css
<style>
span { border-color: #9A11CD; }
span { border-color: rgb(154,17,205); }
td.TdClassName
{
border-color: #9A11CD;
}
.TagClassName
{
border-color: #9A11CD;
}
</style>