Shades of Blue Violet #9230DC
Tints of Blue Violet #9230DC
RGB
CMYK
RGB Variations
Color information
#9230DC (or 0x9230DC) is known color: Blue Violet. HEX triplet: 92, 30 and DC. RGB value is (146,48,220). Sum of RGB (Red+Green+Blue) = 146+48+220=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #9230DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230DC is #6DCF23. Grayscale: #606060. Windows color (decimal): -7196452 or 14430354. OLE color: 14430354.
HSL color Cylindrical-coordinate representation of color #9230DC: hue angle of 274.19º degrees, saturation: 0.71, 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 #9230DC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 48 | 220 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.14 |
| HSL | 274.19º | 0.71% | 0.53% | - |
| HSV(B) | 274.19º | 0.78% | 0.86% | - |
| XYZ | 25.83 | 13.39 | 68.93 | - |
| YUV | 96.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 220 | 0.34 | 0.78 | 0 | 0.14 | 274.19 | 0.71 | 0.53 |
| Hex | 92 | 30 | DC | 22 | 4E | 0 | E | 112 | 47 | 35 |
| Octal | 222 | 60 | 334 | 42 | 116 | 0 | 16 | 422 | 107 | 65 |
| Binary | 10010010 | 110000 | 11011100 | 100010 | 1001110 | 0 | 1110 | 100010010 | 1000111 | 110101 |
Color Harmonies of #9230DC
Complementary color
Monochromatic Colors of #9230DC
Black with #9230DC
Text Example
Text Example
White with #9230DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9230DC; }
p { color: rgb(146,48,220); }
H1.HeaderClassName
{
color: #9230DC;
}
.AnyTagClassName
{
color: #9230DC;
}
</style>
background-color css
<style>
a { background-color: #9230DC; }
a { background-color: rgb(146,48,220); }
div.DivClassName
{
background-color: #9230DC;
}
.BgClassName
{
background-color: #9230DC;
}
</style>
border-color css
<style>
span { border-color: #9230DC; }
span { border-color: rgb(146,48,220); }
td.TdClassName
{
border-color: #9230DC;
}
.TagClassName
{
border-color: #9230DC;
}
</style>