Shades of Dark Violet #9311CB
Tints of Dark Violet #9311CB
RGB
CMYK
RGB Variations
Color information
#9311CB (or 0x9311CB) is known color: Dark Violet. HEX triplet: 93, 11 and CB. RGB value is (147,17,203). Sum of RGB (Red+Green+Blue) = 147+17+203=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #9311CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311CB is #6CEE34. Grayscale: #4C4C4C. Windows color (decimal): -7138869 or 13308307. OLE color: 13308307.
HSL color Cylindrical-coordinate representation of color #9311CB: hue angle of 281.94º 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 #9311CB is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 17 | 203 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.20 |
| HSL | 281.94º | 0.85% | 0.43% | - |
| HSV(B) | 281.94º | 0.92% | 0.8% | - |
| XYZ | 23.01 | 10.92 | 57.39 | - |
| YUV | 77.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 203 | 0.28 | 0.92 | 0 | 0.20 | 281.94 | 0.85 | 0.43 |
| Hex | 93 | 11 | CB | 1C | 5C | 0 | 14 | 11A | 55 | 2B |
| Octal | 223 | 21 | 313 | 34 | 134 | 0 | 24 | 432 | 125 | 53 |
| Binary | 10010011 | 10001 | 11001011 | 11100 | 1011100 | 0 | 10100 | 100011010 | 1010101 | 101011 |
Color Harmonies of #9311CB
Complementary color
Monochromatic Colors of #9311CB
Black with #9311CB
Text Example
Text Example
White with #9311CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311CB; }
p { color: rgb(147,17,203); }
H1.HeaderClassName
{
color: #9311CB;
}
.AnyTagClassName
{
color: #9311CB;
}
</style>
background-color css
<style>
a { background-color: #9311CB; }
a { background-color: rgb(147,17,203); }
div.DivClassName
{
background-color: #9311CB;
}
.BgClassName
{
background-color: #9311CB;
}
</style>
border-color css
<style>
span { border-color: #9311CB; }
span { border-color: rgb(147,17,203); }
td.TdClassName
{
border-color: #9311CB;
}
.TagClassName
{
border-color: #9311CB;
}
</style>