Shades of Blue Violet #9233DB
Tints of Blue Violet #9233DB
RGB
CMYK
RGB Variations
Color information
#9233DB (or 0x9233DB) is known color: Blue Violet. HEX triplet: 92, 33 and DB. RGB value is (146,51,219). Sum of RGB (Red+Green+Blue) = 146+51+219=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #9233DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9233DB is #6DCC24. Grayscale: #616161. Windows color (decimal): -7195685 or 14365586. OLE color: 14365586.
HSL color Cylindrical-coordinate representation of color #9233DB: hue angle of 273.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9233DB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 51 | 219 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.14 |
| HSL | 273.93º | 0.7% | 0.53% | - |
| HSV(B) | 273.93º | 0.77% | 0.86% | - |
| XYZ | 25.82 | 13.59 | 68.28 | - |
| YUV | 98.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 51 | 219 | 0.33 | 0.77 | 0 | 0.14 | 273.93 | 0.7 | 0.53 |
| Hex | 92 | 33 | DB | 21 | 4D | 0 | E | 112 | 46 | 35 |
| Octal | 222 | 63 | 333 | 41 | 115 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010010 | 110011 | 11011011 | 100001 | 1001101 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9233DB
Complementary color
Monochromatic Colors of #9233DB
Black with #9233DB
Text Example
Text Example
White with #9233DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9233DB; }
p { color: rgb(146,51,219); }
H1.HeaderClassName
{
color: #9233DB;
}
.AnyTagClassName
{
color: #9233DB;
}
</style>
background-color css
<style>
a { background-color: #9233DB; }
a { background-color: rgb(146,51,219); }
div.DivClassName
{
background-color: #9233DB;
}
.BgClassName
{
background-color: #9233DB;
}
</style>
border-color css
<style>
span { border-color: #9233DB; }
span { border-color: rgb(146,51,219); }
td.TdClassName
{
border-color: #9233DB;
}
.TagClassName
{
border-color: #9233DB;
}
</style>