Shades of Blue Violet #9236DB
Tints of Blue Violet #9236DB
RGB
CMYK
RGB Variations
Color information
#9236DB (or 0x9236DB) is known color: Blue Violet. HEX triplet: 92, 36 and DB. RGB value is (146,54,219). Sum of RGB (Red+Green+Blue) = 146+54+219=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #9236DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236DB is #6DC924. Grayscale: #636363. Windows color (decimal): -7194917 or 14366354. OLE color: 14366354.
HSL color Cylindrical-coordinate representation of color #9236DB: hue angle of 273.45º degrees, saturation: 0.7, 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 #9236DB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 54 | 219 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.14 |
| HSL | 273.45º | 0.7% | 0.54% | - |
| HSV(B) | 273.45º | 0.75% | 0.86% | - |
| XYZ | 25.96 | 13.86 | 68.33 | - |
| YUV | 100.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 219 | 0.33 | 0.75 | 0 | 0.14 | 273.45 | 0.7 | 0.54 |
| Hex | 92 | 36 | DB | 21 | 4B | 0 | E | 111 | 46 | 36 |
| Octal | 222 | 66 | 333 | 41 | 113 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010010 | 110110 | 11011011 | 100001 | 1001011 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9236DB
Complementary color
Monochromatic Colors of #9236DB
Black with #9236DB
Text Example
Text Example
White with #9236DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9236DB; }
p { color: rgb(146,54,219); }
H1.HeaderClassName
{
color: #9236DB;
}
.AnyTagClassName
{
color: #9236DB;
}
</style>
background-color css
<style>
a { background-color: #9236DB; }
a { background-color: rgb(146,54,219); }
div.DivClassName
{
background-color: #9236DB;
}
.BgClassName
{
background-color: #9236DB;
}
</style>
border-color css
<style>
span { border-color: #9236DB; }
span { border-color: rgb(146,54,219); }
td.TdClassName
{
border-color: #9236DB;
}
.TagClassName
{
border-color: #9236DB;
}
</style>