Shades of Blue Violet #9132DB
Tints of Blue Violet #9132DB
RGB
CMYK
RGB Variations
Color information
#9132DB (or 0x9132DB) is known color: Blue Violet. HEX triplet: 91, 32 and DB. RGB value is (145,50,219). Sum of RGB (Red+Green+Blue) = 145+50+219=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #9132DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132DB is #6ECD24. Grayscale: #616161. Windows color (decimal): -7261477 or 14365329. OLE color: 14365329.
HSL color Cylindrical-coordinate representation of color #9132DB: hue angle of 273.73º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9132DB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 50 | 219 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.14 |
| HSL | 273.73º | 0.7% | 0.53% | - |
| HSV(B) | 273.73º | 0.77% | 0.86% | - |
| XYZ | 25.6 | 13.42 | 68.26 | - |
| YUV | 97.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 219 | 0.34 | 0.77 | 0 | 0.14 | 273.73 | 0.7 | 0.53 |
| Hex | 91 | 32 | DB | 22 | 4D | 0 | E | 112 | 46 | 35 |
| Octal | 221 | 62 | 333 | 42 | 115 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010001 | 110010 | 11011011 | 100010 | 1001101 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9132DB
Complementary color
Monochromatic Colors of #9132DB
Black with #9132DB
Text Example
Text Example
White with #9132DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9132DB; }
p { color: rgb(145,50,219); }
H1.HeaderClassName
{
color: #9132DB;
}
.AnyTagClassName
{
color: #9132DB;
}
</style>
background-color css
<style>
a { background-color: #9132DB; }
a { background-color: rgb(145,50,219); }
div.DivClassName
{
background-color: #9132DB;
}
.BgClassName
{
background-color: #9132DB;
}
</style>
border-color css
<style>
span { border-color: #9132DB; }
span { border-color: rgb(145,50,219); }
td.TdClassName
{
border-color: #9132DB;
}
.TagClassName
{
border-color: #9132DB;
}
</style>