Shades of Dark Violet #9A11CC
Tints of Dark Violet #9A11CC
RGB
CMYK
RGB Variations
Color information
#9A11CC (or 0x9A11CC) is known color: Dark Violet. HEX triplet: 9A, 11 and CC. RGB value is (154,17,204). Sum of RGB (Red+Green+Blue) = 154+17+204=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A11CC is #65EE33. Grayscale: #4E4E4E. Windows color (decimal): -6680116 or 13373850. OLE color: 13373850.
HSL color Cylindrical-coordinate representation of color #9A11CC: hue angle of 283.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A11CC is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 17 | 204 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.2 |
| HSL | 283.96º | 0.85% | 0.43% | - |
| HSV(B) | 283.96º | 0.92% | 0.8% | - |
| XYZ | 24.43 | 11.63 | 58.08 | - |
| YUV | 79.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 204 | 0.25 | 0.92 | 0 | 0.2 | 283.96 | 0.85 | 0.43 |
| Hex | 9A | 11 | CC | 19 | 5C | 0 | 14 | 11C | 55 | 2B |
| Octal | 232 | 21 | 314 | 31 | 134 | 0 | 24 | 434 | 125 | 53 |
| Binary | 10011010 | 10001 | 11001100 | 11001 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101011 |
Color Harmonies of #9A11CC
Complementary color
Monochromatic Colors of #9A11CC
Black with #9A11CC
Text Example
Text Example
White with #9A11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A11CC; }
p { color: rgb(154,17,204); }
H1.HeaderClassName
{
color: #9A11CC;
}
.AnyTagClassName
{
color: #9A11CC;
}
</style>
background-color css
<style>
a { background-color: #9A11CC; }
a { background-color: rgb(154,17,204); }
div.DivClassName
{
background-color: #9A11CC;
}
.BgClassName
{
background-color: #9A11CC;
}
</style>
border-color css
<style>
span { border-color: #9A11CC; }
span { border-color: rgb(154,17,204); }
td.TdClassName
{
border-color: #9A11CC;
}
.TagClassName
{
border-color: #9A11CC;
}
</style>