Shades of Dark Violet #9114C5
Tints of Dark Violet #9114C5
RGB
CMYK
RGB Variations
Color information
#9114C5 (or 0x9114C5) is known color: Dark Violet. HEX triplet: 91, 14 and C5. RGB value is (145,20,197). Sum of RGB (Red+Green+Blue) = 145+20+197=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #9114C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114C5 is #6EEB3A. Grayscale: #4C4C4C. Windows color (decimal): -7269179 or 12915857. OLE color: 12915857.
HSL color Cylindrical-coordinate representation of color #9114C5: hue angle of 282.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9114C5 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 20 | 197 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.23 |
| HSL | 282.37º | 0.82% | 0.43% | - |
| HSV(B) | 282.37º | 0.9% | 0.77% | - |
| XYZ | 22.01 | 10.55 | 53.7 | - |
| YUV | 77.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 197 | 0.26 | 0.90 | 0 | 0.23 | 282.37 | 0.82 | 0.43 |
| Hex | 91 | 14 | C5 | 1A | 5A | 0 | 17 | 11A | 52 | 2B |
| Octal | 221 | 24 | 305 | 32 | 132 | 0 | 27 | 432 | 122 | 53 |
| Binary | 10010001 | 10100 | 11000101 | 11010 | 1011010 | 0 | 10111 | 100011010 | 1010010 | 101011 |
Color Harmonies of #9114C5
Complementary color
Monochromatic Colors of #9114C5
Black with #9114C5
Text Example
Text Example
White with #9114C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9114C5; }
p { color: rgb(145,20,197); }
H1.HeaderClassName
{
color: #9114C5;
}
.AnyTagClassName
{
color: #9114C5;
}
</style>
background-color css
<style>
a { background-color: #9114C5; }
a { background-color: rgb(145,20,197); }
div.DivClassName
{
background-color: #9114C5;
}
.BgClassName
{
background-color: #9114C5;
}
</style>
border-color css
<style>
span { border-color: #9114C5; }
span { border-color: rgb(145,20,197); }
td.TdClassName
{
border-color: #9114C5;
}
.TagClassName
{
border-color: #9114C5;
}
</style>