Shades of Dark Violet #9114CB
Tints of Dark Violet #9114CB
RGB
CMYK
RGB Variations
Color information
#9114CB (or 0x9114CB) is known color: Dark Violet. HEX triplet: 91, 14 and CB. RGB value is (145,20,203). Sum of RGB (Red+Green+Blue) = 145+20+203=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #9114CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114CB is #6EEB34. Grayscale: #4D4D4D. Windows color (decimal): -7269173 or 13309073. OLE color: 13309073.
HSL color Cylindrical-coordinate representation of color #9114CB: hue angle of 280.98º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9114CB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 20 | 203 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.20 |
| HSL | 280.98º | 0.82% | 0.44% | - |
| HSV(B) | 280.98º | 0.9% | 0.8% | - |
| XYZ | 22.71 | 10.83 | 57.39 | - |
| YUV | 78.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 203 | 0.29 | 0.90 | 0 | 0.20 | 280.98 | 0.82 | 0.44 |
| Hex | 91 | 14 | CB | 1D | 5A | 0 | 14 | 119 | 52 | 2C |
| Octal | 221 | 24 | 313 | 35 | 132 | 0 | 24 | 431 | 122 | 54 |
| Binary | 10010001 | 10100 | 11001011 | 11101 | 1011010 | 0 | 10100 | 100011001 | 1010010 | 101100 |
Color Harmonies of #9114CB
Complementary color
Monochromatic Colors of #9114CB
Black with #9114CB
Text Example
Text Example
White with #9114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9114CB; }
p { color: rgb(145,20,203); }
H1.HeaderClassName
{
color: #9114CB;
}
.AnyTagClassName
{
color: #9114CB;
}
</style>
background-color css
<style>
a { background-color: #9114CB; }
a { background-color: rgb(145,20,203); }
div.DivClassName
{
background-color: #9114CB;
}
.BgClassName
{
background-color: #9114CB;
}
</style>
border-color css
<style>
span { border-color: #9114CB; }
span { border-color: rgb(145,20,203); }
td.TdClassName
{
border-color: #9114CB;
}
.TagClassName
{
border-color: #9114CB;
}
</style>