Shades of Blue Violet #9223ED
Tints of Blue Violet #9223ED
RGB
CMYK
RGB Variations
Color information
#9223ED (or 0x9223ED) is known color: Blue Violet. HEX triplet: 92, 23 and ED. RGB value is (146,35,237). Sum of RGB (Red+Green+Blue) = 146+35+237=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #9223ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9223ED is #6DDC12. Grayscale: #5A5A5A. Windows color (decimal): -7199763 or 15541138. OLE color: 15541138.
HSL color Cylindrical-coordinate representation of color #9223ED: hue angle of 272.97º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9223ED is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 35 | 237 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.07 |
| HSL | 272.97º | 0.85% | 0.53% | - |
| HSV(B) | 272.97º | 0.85% | 0.93% | - |
| XYZ | 27.74 | 13.43 | 81.25 | - |
| YUV | 91.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 237 | 0.38 | 0.85 | 0 | 0.07 | 272.97 | 0.85 | 0.53 |
| Hex | 92 | 23 | ED | 26 | 55 | 0 | 7 | 111 | 55 | 35 |
| Octal | 222 | 43 | 355 | 46 | 125 | 0 | 7 | 421 | 125 | 65 |
| Binary | 10010010 | 100011 | 11101101 | 100110 | 1010101 | 0 | 111 | 100010001 | 1010101 | 110101 |
Color Harmonies of #9223ED
Complementary color
Monochromatic Colors of #9223ED
Black with #9223ED
Text Example
Text Example
White with #9223ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9223ED; }
p { color: rgb(146,35,237); }
H1.HeaderClassName
{
color: #9223ED;
}
.AnyTagClassName
{
color: #9223ED;
}
</style>
background-color css
<style>
a { background-color: #9223ED; }
a { background-color: rgb(146,35,237); }
div.DivClassName
{
background-color: #9223ED;
}
.BgClassName
{
background-color: #9223ED;
}
</style>
border-color css
<style>
span { border-color: #9223ED; }
span { border-color: rgb(146,35,237); }
td.TdClassName
{
border-color: #9223ED;
}
.TagClassName
{
border-color: #9223ED;
}
</style>