Shades of Blue Violet #9237DA
Tints of Blue Violet #9237DA
RGB
CMYK
RGB Variations
Color information
#9237DA (or 0x9237DA) is known color: Blue Violet. HEX triplet: 92, 37 and DA. RGB value is (146,55,218). Sum of RGB (Red+Green+Blue) = 146+55+218=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #9237DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237DA is #6DC825. Grayscale: #646464. Windows color (decimal): -7194662 or 14301074. OLE color: 14301074.
HSL color Cylindrical-coordinate representation of color #9237DA: hue angle of 273.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9237DA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 55 | 218 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.15 |
| HSL | 273.5º | 0.69% | 0.54% | - |
| HSV(B) | 273.5º | 0.75% | 0.85% | - |
| XYZ | 25.88 | 13.91 | 67.65 | - |
| YUV | 100.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 218 | 0.33 | 0.75 | 0 | 0.15 | 273.5 | 0.69 | 0.54 |
| Hex | 92 | 37 | DA | 21 | 4B | 0 | F | 111 | 45 | 36 |
| Octal | 222 | 67 | 332 | 41 | 113 | 0 | 17 | 421 | 105 | 66 |
| Binary | 10010010 | 110111 | 11011010 | 100001 | 1001011 | 0 | 1111 | 100010001 | 1000101 | 110110 |
Color Harmonies of #9237DA
Complementary color
Monochromatic Colors of #9237DA
Black with #9237DA
Text Example
Text Example
White with #9237DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237DA; }
p { color: rgb(146,55,218); }
H1.HeaderClassName
{
color: #9237DA;
}
.AnyTagClassName
{
color: #9237DA;
}
</style>
background-color css
<style>
a { background-color: #9237DA; }
a { background-color: rgb(146,55,218); }
div.DivClassName
{
background-color: #9237DA;
}
.BgClassName
{
background-color: #9237DA;
}
</style>
border-color css
<style>
span { border-color: #9237DA; }
span { border-color: rgb(146,55,218); }
td.TdClassName
{
border-color: #9237DA;
}
.TagClassName
{
border-color: #9237DA;
}
</style>