Shades of Dark Violet #9114C4
Tints of Dark Violet #9114C4
RGB
CMYK
RGB Variations
Color information
#9114C4 (or 0x9114C4) is known color: Dark Violet. HEX triplet: 91, 14 and C4. RGB value is (145,20,196). Sum of RGB (Red+Green+Blue) = 145+20+196=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #9114C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114C4 is #6EEB3B. Grayscale: #4C4C4C. Windows color (decimal): -7269180 or 12850321. OLE color: 12850321.
HSL color Cylindrical-coordinate representation of color #9114C4: hue angle of 282.61º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9114C4 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 20 | 196 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.23 |
| HSL | 282.61º | 0.81% | 0.42% | - |
| HSV(B) | 282.61º | 0.9% | 0.77% | - |
| XYZ | 21.89 | 10.51 | 53.1 | - |
| YUV | 77.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 196 | 0.26 | 0.90 | 0 | 0.23 | 282.61 | 0.81 | 0.42 |
| Hex | 91 | 14 | C4 | 1A | 5A | 0 | 17 | 11B | 51 | 2A |
| Octal | 221 | 24 | 304 | 32 | 132 | 0 | 27 | 433 | 121 | 52 |
| Binary | 10010001 | 10100 | 11000100 | 11010 | 1011010 | 0 | 10111 | 100011011 | 1010001 | 101010 |
Color Harmonies of #9114C4
Complementary color
Monochromatic Colors of #9114C4
Black with #9114C4
Text Example
Text Example
White with #9114C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9114C4; }
p { color: rgb(145,20,196); }
H1.HeaderClassName
{
color: #9114C4;
}
.AnyTagClassName
{
color: #9114C4;
}
</style>
background-color css
<style>
a { background-color: #9114C4; }
a { background-color: rgb(145,20,196); }
div.DivClassName
{
background-color: #9114C4;
}
.BgClassName
{
background-color: #9114C4;
}
</style>
border-color css
<style>
span { border-color: #9114C4; }
span { border-color: rgb(145,20,196); }
td.TdClassName
{
border-color: #9114C4;
}
.TagClassName
{
border-color: #9114C4;
}
</style>