Shades of Dark Violet #9113CB
Tints of Dark Violet #9113CB
RGB
CMYK
RGB Variations
Color information
#9113CB (or 0x9113CB) is known color: Dark Violet. HEX triplet: 91, 13 and CB. RGB value is (145,19,203). Sum of RGB (Red+Green+Blue) = 145+19+203=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 19 (7.81% from 255 or 5.18% 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 #9113CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113CB is #6EEC34. Grayscale: #4D4D4D. Windows color (decimal): -7269429 or 13308817. OLE color: 13308817.
HSL color Cylindrical-coordinate representation of color #9113CB: hue angle of 281.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113CB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 19 | 203 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.20 |
| HSL | 281.09º | 0.83% | 0.44% | - |
| HSV(B) | 281.09º | 0.91% | 0.8% | - |
| XYZ | 22.69 | 10.8 | 57.39 | - |
| YUV | 77.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 203 | 0.29 | 0.91 | 0 | 0.20 | 281.09 | 0.83 | 0.44 |
| Hex | 91 | 13 | CB | 1D | 5B | 0 | 14 | 119 | 53 | 2C |
| Octal | 221 | 23 | 313 | 35 | 133 | 0 | 24 | 431 | 123 | 54 |
| Binary | 10010001 | 10011 | 11001011 | 11101 | 1011011 | 0 | 10100 | 100011001 | 1010011 | 101100 |
Color Harmonies of #9113CB
Complementary color
Monochromatic Colors of #9113CB
Black with #9113CB
Text Example
Text Example
White with #9113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113CB; }
p { color: rgb(145,19,203); }
H1.HeaderClassName
{
color: #9113CB;
}
.AnyTagClassName
{
color: #9113CB;
}
</style>
background-color css
<style>
a { background-color: #9113CB; }
a { background-color: rgb(145,19,203); }
div.DivClassName
{
background-color: #9113CB;
}
.BgClassName
{
background-color: #9113CB;
}
</style>
border-color css
<style>
span { border-color: #9113CB; }
span { border-color: rgb(145,19,203); }
td.TdClassName
{
border-color: #9113CB;
}
.TagClassName
{
border-color: #9113CB;
}
</style>