Shades of Blue Violet #9232DD
Tints of Blue Violet #9232DD
RGB
CMYK
RGB Variations
Color information
#9232DD (or 0x9232DD) is known color: Blue Violet. HEX triplet: 92, 32 and DD. RGB value is (146,50,221). Sum of RGB (Red+Green+Blue) = 146+50+221=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 50 (19.92% from 255 or 11.99% 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 #9232DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232DD is #6DCD22. Grayscale: #616161. Windows color (decimal): -7195939 or 14496402. OLE color: 14496402.
HSL color Cylindrical-coordinate representation of color #9232DD: hue angle of 273.68º 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 #9232DD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 50 | 221 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.13 |
| HSL | 273.68º | 0.72% | 0.53% | - |
| HSV(B) | 273.68º | 0.77% | 0.87% | - |
| XYZ | 26.05 | 13.61 | 69.66 | - |
| YUV | 98.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 221 | 0.34 | 0.77 | 0 | 0.13 | 273.68 | 0.72 | 0.53 |
| Hex | 92 | 32 | DD | 22 | 4D | 0 | D | 112 | 48 | 35 |
| Octal | 222 | 62 | 335 | 42 | 115 | 0 | 15 | 422 | 110 | 65 |
| Binary | 10010010 | 110010 | 11011101 | 100010 | 1001101 | 0 | 1101 | 100010010 | 1001000 | 110101 |
Color Harmonies of #9232DD
Complementary color
Monochromatic Colors of #9232DD
Black with #9232DD
Text Example
Text Example
White with #9232DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232DD; }
p { color: rgb(146,50,221); }
H1.HeaderClassName
{
color: #9232DD;
}
.AnyTagClassName
{
color: #9232DD;
}
</style>
background-color css
<style>
a { background-color: #9232DD; }
a { background-color: rgb(146,50,221); }
div.DivClassName
{
background-color: #9232DD;
}
.BgClassName
{
background-color: #9232DD;
}
</style>
border-color css
<style>
span { border-color: #9232DD; }
span { border-color: rgb(146,50,221); }
td.TdClassName
{
border-color: #9232DD;
}
.TagClassName
{
border-color: #9232DD;
}
</style>