Shades of Blue Violet #9237DB
Tints of Blue Violet #9237DB
RGB
CMYK
RGB Variations
Color information
#9237DB (or 0x9237DB) is known color: Blue Violet. HEX triplet: 92, 37 and DB. RGB value is (146,55,219). Sum of RGB (Red+Green+Blue) = 146+55+219=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9237DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237DB is #6DC824. Grayscale: #646464. Windows color (decimal): -7194661 or 14366610. OLE color: 14366610.
HSL color Cylindrical-coordinate representation of color #9237DB: hue angle of 273.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9237DB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 55 | 219 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.14 |
| HSL | 273.29º | 0.69% | 0.54% | - |
| HSV(B) | 273.29º | 0.75% | 0.86% | - |
| XYZ | 26.01 | 13.96 | 68.34 | - |
| YUV | 100.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 219 | 0.33 | 0.75 | 0 | 0.14 | 273.29 | 0.69 | 0.54 |
| Hex | 92 | 37 | DB | 21 | 4B | 0 | E | 111 | 45 | 36 |
| Octal | 222 | 67 | 333 | 41 | 113 | 0 | 16 | 421 | 105 | 66 |
| Binary | 10010010 | 110111 | 11011011 | 100001 | 1001011 | 0 | 1110 | 100010001 | 1000101 | 110110 |
Color Harmonies of #9237DB
Complementary color
Monochromatic Colors of #9237DB
Black with #9237DB
Text Example
Text Example
White with #9237DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237DB; }
p { color: rgb(146,55,219); }
H1.HeaderClassName
{
color: #9237DB;
}
.AnyTagClassName
{
color: #9237DB;
}
</style>
background-color css
<style>
a { background-color: #9237DB; }
a { background-color: rgb(146,55,219); }
div.DivClassName
{
background-color: #9237DB;
}
.BgClassName
{
background-color: #9237DB;
}
</style>
border-color css
<style>
span { border-color: #9237DB; }
span { border-color: rgb(146,55,219); }
td.TdClassName
{
border-color: #9237DB;
}
.TagClassName
{
border-color: #9237DB;
}
</style>