Shades of Dark Violet #9A16CB
Tints of Dark Violet #9A16CB
RGB
CMYK
RGB Variations
Color information
#9A16CB (or 0x9A16CB) is known color: Dark Violet. HEX triplet: 9A, 16 and CB. RGB value is (154,22,203). Sum of RGB (Red+Green+Blue) = 154+22+203=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A16CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16CB is #65E934. Grayscale: #515151. Windows color (decimal): -6678837 or 13309594. OLE color: 13309594.
HSL color Cylindrical-coordinate representation of color #9A16CB: hue angle of 283.76º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A16CB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 22 | 203 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.20 |
| HSL | 283.76º | 0.8% | 0.44% | - |
| HSV(B) | 283.76º | 0.89% | 0.8% | - |
| XYZ | 24.39 | 11.76 | 57.48 | - |
| YUV | 82.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 203 | 0.24 | 0.89 | 0 | 0.20 | 283.76 | 0.8 | 0.44 |
| Hex | 9A | 16 | CB | 18 | 59 | 0 | 14 | 11C | 50 | 2C |
| Octal | 232 | 26 | 313 | 30 | 131 | 0 | 24 | 434 | 120 | 54 |
| Binary | 10011010 | 10110 | 11001011 | 11000 | 1011001 | 0 | 10100 | 100011100 | 1010000 | 101100 |
Color Harmonies of #9A16CB
Complementary color
Monochromatic Colors of #9A16CB
Black with #9A16CB
Text Example
Text Example
White with #9A16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A16CB; }
p { color: rgb(154,22,203); }
H1.HeaderClassName
{
color: #9A16CB;
}
.AnyTagClassName
{
color: #9A16CB;
}
</style>
background-color css
<style>
a { background-color: #9A16CB; }
a { background-color: rgb(154,22,203); }
div.DivClassName
{
background-color: #9A16CB;
}
.BgClassName
{
background-color: #9A16CB;
}
</style>
border-color css
<style>
span { border-color: #9A16CB; }
span { border-color: rgb(154,22,203); }
td.TdClassName
{
border-color: #9A16CB;
}
.TagClassName
{
border-color: #9A16CB;
}
</style>