Shades of Blue Violet #9332DB
Tints of Blue Violet #9332DB
RGB
CMYK
RGB Variations
Color information
#9332DB (or 0x9332DB) is known color: Blue Violet. HEX triplet: 93, 32 and DB. RGB value is (147,50,219). Sum of RGB (Red+Green+Blue) = 147+50+219=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #9332DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9332DB is #6CCD24. Grayscale: #616161. Windows color (decimal): -7130405 or 14365331. OLE color: 14365331.
HSL color Cylindrical-coordinate representation of color #9332DB: hue angle of 274.44º 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 #9332DB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 50 | 219 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.14 |
| HSL | 274.44º | 0.7% | 0.53% | - |
| HSV(B) | 274.44º | 0.77% | 0.86% | - |
| XYZ | 25.96 | 13.6 | 68.27 | - |
| YUV | 98.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 219 | 0.33 | 0.77 | 0 | 0.14 | 274.44 | 0.7 | 0.53 |
| Hex | 93 | 32 | DB | 21 | 4D | 0 | E | 112 | 46 | 35 |
| Octal | 223 | 62 | 333 | 41 | 115 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010011 | 110010 | 11011011 | 100001 | 1001101 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9332DB
Complementary color
Monochromatic Colors of #9332DB
Black with #9332DB
Text Example
Text Example
White with #9332DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9332DB; }
p { color: rgb(147,50,219); }
H1.HeaderClassName
{
color: #9332DB;
}
.AnyTagClassName
{
color: #9332DB;
}
</style>
background-color css
<style>
a { background-color: #9332DB; }
a { background-color: rgb(147,50,219); }
div.DivClassName
{
background-color: #9332DB;
}
.BgClassName
{
background-color: #9332DB;
}
</style>
border-color css
<style>
span { border-color: #9332DB; }
span { border-color: rgb(147,50,219); }
td.TdClassName
{
border-color: #9332DB;
}
.TagClassName
{
border-color: #9332DB;
}
</style>