Shades of Blue Violet #9231DB
Tints of Blue Violet #9231DB
RGB
CMYK
RGB Variations
Color information
#9231DB (or 0x9231DB) is known color: Blue Violet. HEX triplet: 92, 31 and DB. RGB value is (146,49,219). Sum of RGB (Red+Green+Blue) = 146+49+219=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #9231DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231DB is #6DCE24. Grayscale: #606060. Windows color (decimal): -7196197 or 14365074. OLE color: 14365074.
HSL color Cylindrical-coordinate representation of color #9231DB: hue angle of 274.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9231DB is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 49 | 219 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.14 |
| HSL | 274.24º | 0.7% | 0.53% | - |
| HSV(B) | 274.24º | 0.78% | 0.86% | - |
| XYZ | 25.74 | 13.42 | 68.25 | - |
| YUV | 97.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 219 | 0.33 | 0.78 | 0 | 0.14 | 274.24 | 0.7 | 0.53 |
| Hex | 92 | 31 | DB | 21 | 4E | 0 | E | 112 | 46 | 35 |
| Octal | 222 | 61 | 333 | 41 | 116 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010010 | 110001 | 11011011 | 100001 | 1001110 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9231DB
Complementary color
Monochromatic Colors of #9231DB
Black with #9231DB
Text Example
Text Example
White with #9231DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231DB; }
p { color: rgb(146,49,219); }
H1.HeaderClassName
{
color: #9231DB;
}
.AnyTagClassName
{
color: #9231DB;
}
</style>
background-color css
<style>
a { background-color: #9231DB; }
a { background-color: rgb(146,49,219); }
div.DivClassName
{
background-color: #9231DB;
}
.BgClassName
{
background-color: #9231DB;
}
</style>
border-color css
<style>
span { border-color: #9231DB; }
span { border-color: rgb(146,49,219); }
td.TdClassName
{
border-color: #9231DB;
}
.TagClassName
{
border-color: #9231DB;
}
</style>