Shades of Dark Violet #9116CB
Tints of Dark Violet #9116CB
RGB
CMYK
RGB Variations
Color information
#9116CB (or 0x9116CB) is known color: Dark Violet. HEX triplet: 91, 16 and CB. RGB value is (145,22,203). Sum of RGB (Red+Green+Blue) = 145+22+203=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #9116CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116CB is #6EE934. Grayscale: #4E4E4E. Windows color (decimal): -7268661 or 13309585. OLE color: 13309585.
HSL color Cylindrical-coordinate representation of color #9116CB: hue angle of 280.77º 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 #9116CB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 22 | 203 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.20 |
| HSL | 280.77º | 0.8% | 0.44% | - |
| HSV(B) | 280.77º | 0.89% | 0.8% | - |
| XYZ | 22.74 | 10.91 | 57.41 | - |
| YUV | 79.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 203 | 0.29 | 0.89 | 0 | 0.20 | 280.77 | 0.8 | 0.44 |
| Hex | 91 | 16 | CB | 1D | 59 | 0 | 14 | 119 | 50 | 2C |
| Octal | 221 | 26 | 313 | 35 | 131 | 0 | 24 | 431 | 120 | 54 |
| Binary | 10010001 | 10110 | 11001011 | 11101 | 1011001 | 0 | 10100 | 100011001 | 1010000 | 101100 |
Color Harmonies of #9116CB
Complementary color
Monochromatic Colors of #9116CB
Black with #9116CB
Text Example
Text Example
White with #9116CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9116CB; }
p { color: rgb(145,22,203); }
H1.HeaderClassName
{
color: #9116CB;
}
.AnyTagClassName
{
color: #9116CB;
}
</style>
background-color css
<style>
a { background-color: #9116CB; }
a { background-color: rgb(145,22,203); }
div.DivClassName
{
background-color: #9116CB;
}
.BgClassName
{
background-color: #9116CB;
}
</style>
border-color css
<style>
span { border-color: #9116CB; }
span { border-color: rgb(145,22,203); }
td.TdClassName
{
border-color: #9116CB;
}
.TagClassName
{
border-color: #9116CB;
}
</style>