Shades of Blue Violet #9133DD
Tints of Blue Violet #9133DD
RGB
CMYK
RGB Variations
Color information
#9133DD (or 0x9133DD) is known color: Blue Violet. HEX triplet: 91, 33 and DD. RGB value is (145,51,221). Sum of RGB (Red+Green+Blue) = 145+51+221=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #9133DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9133DD is #6ECC22. Grayscale: #616161. Windows color (decimal): -7261219 or 14496657. OLE color: 14496657.
HSL color Cylindrical-coordinate representation of color #9133DD: hue angle of 273.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9133DD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 51 | 221 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.13 |
| HSL | 273.18º | 0.71% | 0.53% | - |
| HSV(B) | 273.18º | 0.77% | 0.87% | - |
| XYZ | 25.91 | 13.61 | 69.67 | - |
| YUV | 98.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 221 | 0.34 | 0.77 | 0 | 0.13 | 273.18 | 0.71 | 0.53 |
| Hex | 91 | 33 | DD | 22 | 4D | 0 | D | 111 | 47 | 35 |
| Octal | 221 | 63 | 335 | 42 | 115 | 0 | 15 | 421 | 107 | 65 |
| Binary | 10010001 | 110011 | 11011101 | 100010 | 1001101 | 0 | 1101 | 100010001 | 1000111 | 110101 |
Color Harmonies of #9133DD
Complementary color
Monochromatic Colors of #9133DD
Black with #9133DD
Text Example
Text Example
White with #9133DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9133DD; }
p { color: rgb(145,51,221); }
H1.HeaderClassName
{
color: #9133DD;
}
.AnyTagClassName
{
color: #9133DD;
}
</style>
background-color css
<style>
a { background-color: #9133DD; }
a { background-color: rgb(145,51,221); }
div.DivClassName
{
background-color: #9133DD;
}
.BgClassName
{
background-color: #9133DD;
}
</style>
border-color css
<style>
span { border-color: #9133DD; }
span { border-color: rgb(145,51,221); }
td.TdClassName
{
border-color: #9133DD;
}
.TagClassName
{
border-color: #9133DD;
}
</style>