Shades of Blue Violet #9119DD
Tints of Blue Violet #9119DD
RGB
CMYK
RGB Variations
Color information
#9119DD (or 0x9119DD) is known color: Blue Violet. HEX triplet: 91, 19 and DD. RGB value is (145,25,221). Sum of RGB (Red+Green+Blue) = 145+25+221=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9119DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119DD is #6EE622. Grayscale: #525252. Windows color (decimal): -7267875 or 14490001. OLE color: 14490001.
HSL color Cylindrical-coordinate representation of color #9119DD: hue angle of 276.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9119DD is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 25 | 221 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.13 |
| HSL | 276.73º | 0.8% | 0.48% | - |
| HSV(B) | 276.73º | 0.89% | 0.87% | - |
| XYZ | 25.08 | 11.94 | 69.39 | - |
| YUV | 83.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 221 | 0.34 | 0.89 | 0 | 0.13 | 276.73 | 0.8 | 0.48 |
| Hex | 91 | 19 | DD | 22 | 59 | 0 | D | 115 | 50 | 30 |
| Octal | 221 | 31 | 335 | 42 | 131 | 0 | 15 | 425 | 120 | 60 |
| Binary | 10010001 | 11001 | 11011101 | 100010 | 1011001 | 0 | 1101 | 100010101 | 1010000 | 110000 |
Color Harmonies of #9119DD
Complementary color
Monochromatic Colors of #9119DD
Black with #9119DD
Text Example
Text Example
White with #9119DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9119DD; }
p { color: rgb(145,25,221); }
H1.HeaderClassName
{
color: #9119DD;
}
.AnyTagClassName
{
color: #9119DD;
}
</style>
background-color css
<style>
a { background-color: #9119DD; }
a { background-color: rgb(145,25,221); }
div.DivClassName
{
background-color: #9119DD;
}
.BgClassName
{
background-color: #9119DD;
}
</style>
border-color css
<style>
span { border-color: #9119DD; }
span { border-color: rgb(145,25,221); }
td.TdClassName
{
border-color: #9119DD;
}
.TagClassName
{
border-color: #9119DD;
}
</style>