Shades of Blue Violet #9732DD
Tints of Blue Violet #9732DD
RGB
CMYK
RGB Variations
Color information
#9732DD (or 0x9732DD) is known color: Blue Violet. HEX triplet: 97, 32 and DD. RGB value is (151,50,221). Sum of RGB (Red+Green+Blue) = 151+50+221=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #9732DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9732DD is #68CD22. Grayscale: #636363. Windows color (decimal): -6868259 or 14496407. OLE color: 14496407.
HSL color Cylindrical-coordinate representation of color #9732DD: hue angle of 275.44º degrees, saturation: 0.72, 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 #9732DD is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 50 | 221 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.13 |
| HSL | 275.44º | 0.72% | 0.53% | - |
| HSV(B) | 275.44º | 0.77% | 0.87% | - |
| XYZ | 26.95 | 14.08 | 69.7 | - |
| YUV | 99.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 221 | 0.32 | 0.77 | 0 | 0.13 | 275.44 | 0.72 | 0.53 |
| Hex | 97 | 32 | DD | 20 | 4D | 0 | D | 113 | 48 | 35 |
| Octal | 227 | 62 | 335 | 40 | 115 | 0 | 15 | 423 | 110 | 65 |
| Binary | 10010111 | 110010 | 11011101 | 100000 | 1001101 | 0 | 1101 | 100010011 | 1001000 | 110101 |
Color Harmonies of #9732DD
Complementary color
Monochromatic Colors of #9732DD
Black with #9732DD
Text Example
Text Example
White with #9732DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9732DD; }
p { color: rgb(151,50,221); }
H1.HeaderClassName
{
color: #9732DD;
}
.AnyTagClassName
{
color: #9732DD;
}
</style>
background-color css
<style>
a { background-color: #9732DD; }
a { background-color: rgb(151,50,221); }
div.DivClassName
{
background-color: #9732DD;
}
.BgClassName
{
background-color: #9732DD;
}
</style>
border-color css
<style>
span { border-color: #9732DD; }
span { border-color: rgb(151,50,221); }
td.TdClassName
{
border-color: #9732DD;
}
.TagClassName
{
border-color: #9732DD;
}
</style>