Shades of Dark Violet #9114CC
Tints of Dark Violet #9114CC
RGB
CMYK
RGB Variations
Color information
#9114CC (or 0x9114CC) is known color: Dark Violet. HEX triplet: 91, 14 and CC. RGB value is (145,20,204). Sum of RGB (Red+Green+Blue) = 145+20+204=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #9114CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114CC is #6EEB33. Grayscale: #4D4D4D. Windows color (decimal): -7269172 or 13374609. OLE color: 13374609.
HSL color Cylindrical-coordinate representation of color #9114CC: hue angle of 280.76º 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 #9114CC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 20 | 204 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.2 |
| HSL | 280.76º | 0.82% | 0.44% | - |
| HSV(B) | 280.76º | 0.9% | 0.8% | - |
| XYZ | 22.83 | 10.88 | 58.02 | - |
| YUV | 78.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 204 | 0.29 | 0.90 | 0 | 0.2 | 280.76 | 0.82 | 0.44 |
| Hex | 91 | 14 | CC | 1D | 5A | 0 | 14 | 119 | 52 | 2C |
| Octal | 221 | 24 | 314 | 35 | 132 | 0 | 24 | 431 | 122 | 54 |
| Binary | 10010001 | 10100 | 11001100 | 11101 | 1011010 | 0 | 10100 | 100011001 | 1010010 | 101100 |
Color Harmonies of #9114CC
Complementary color
Monochromatic Colors of #9114CC
Black with #9114CC
Text Example
Text Example
White with #9114CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9114CC; }
p { color: rgb(145,20,204); }
H1.HeaderClassName
{
color: #9114CC;
}
.AnyTagClassName
{
color: #9114CC;
}
</style>
background-color css
<style>
a { background-color: #9114CC; }
a { background-color: rgb(145,20,204); }
div.DivClassName
{
background-color: #9114CC;
}
.BgClassName
{
background-color: #9114CC;
}
</style>
border-color css
<style>
span { border-color: #9114CC; }
span { border-color: rgb(145,20,204); }
td.TdClassName
{
border-color: #9114CC;
}
.TagClassName
{
border-color: #9114CC;
}
</style>