Shades of Dark Violet #9113B5
Tints of Dark Violet #9113B5
RGB
CMYK
RGB Variations
Color information
#9113B5 (or 0x9113B5) is known color: Dark Violet. HEX triplet: 91, 13 and B5. RGB value is (145,19,181). Sum of RGB (Red+Green+Blue) = 145+19+181=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #9113B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113B5 is #6EEC4A. Grayscale: #4A4A4A. Windows color (decimal): -7269451 or 11867025. OLE color: 11867025.
HSL color Cylindrical-coordinate representation of color #9113B5: hue angle of 286.67º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9113B5 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 19 | 181 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.29 |
| HSL | 286.67º | 0.81% | 0.39% | - |
| HSV(B) | 286.67º | 0.9% | 0.71% | - |
| XYZ | 20.25 | 9.82 | 44.54 | - |
| YUV | 75.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 181 | 0.20 | 0.90 | 0 | 0.29 | 286.67 | 0.81 | 0.39 |
| Hex | 91 | 13 | B5 | 14 | 5A | 0 | 1D | 11F | 51 | 27 |
| Octal | 221 | 23 | 265 | 24 | 132 | 0 | 35 | 437 | 121 | 47 |
| Binary | 10010001 | 10011 | 10110101 | 10100 | 1011010 | 0 | 11101 | 100011111 | 1010001 | 100111 |
Color Harmonies of #9113B5
Complementary color
Monochromatic Colors of #9113B5
Black with #9113B5
Text Example
Text Example
White with #9113B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113B5; }
p { color: rgb(145,19,181); }
H1.HeaderClassName
{
color: #9113B5;
}
.AnyTagClassName
{
color: #9113B5;
}
</style>
background-color css
<style>
a { background-color: #9113B5; }
a { background-color: rgb(145,19,181); }
div.DivClassName
{
background-color: #9113B5;
}
.BgClassName
{
background-color: #9113B5;
}
</style>
border-color css
<style>
span { border-color: #9113B5; }
span { border-color: rgb(145,19,181); }
td.TdClassName
{
border-color: #9113B5;
}
.TagClassName
{
border-color: #9113B5;
}
</style>