Shades of Blue Violet #9323ED
Tints of Blue Violet #9323ED
RGB
CMYK
RGB Variations
Color information
#9323ED (or 0x9323ED) is known color: Blue Violet. HEX triplet: 93, 23 and ED. RGB value is (147,35,237). Sum of RGB (Red+Green+Blue) = 147+35+237=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #9323ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9323ED is #6CDC12. Grayscale: #5A5A5A. Windows color (decimal): -7134227 or 15541139. OLE color: 15541139.
HSL color Cylindrical-coordinate representation of color #9323ED: hue angle of 273.27º 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 #9323ED is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 35 | 237 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.07 |
| HSL | 273.27º | 0.85% | 0.53% | - |
| HSV(B) | 273.27º | 0.85% | 0.93% | - |
| XYZ | 27.92 | 13.52 | 81.26 | - |
| YUV | 91.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 237 | 0.38 | 0.85 | 0 | 0.07 | 273.27 | 0.85 | 0.53 |
| Hex | 93 | 23 | ED | 26 | 55 | 0 | 7 | 111 | 55 | 35 |
| Octal | 223 | 43 | 355 | 46 | 125 | 0 | 7 | 421 | 125 | 65 |
| Binary | 10010011 | 100011 | 11101101 | 100110 | 1010101 | 0 | 111 | 100010001 | 1010101 | 110101 |
Color Harmonies of #9323ED
Complementary color
Monochromatic Colors of #9323ED
Black with #9323ED
Text Example
Text Example
White with #9323ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9323ED; }
p { color: rgb(147,35,237); }
H1.HeaderClassName
{
color: #9323ED;
}
.AnyTagClassName
{
color: #9323ED;
}
</style>
background-color css
<style>
a { background-color: #9323ED; }
a { background-color: rgb(147,35,237); }
div.DivClassName
{
background-color: #9323ED;
}
.BgClassName
{
background-color: #9323ED;
}
</style>
border-color css
<style>
span { border-color: #9323ED; }
span { border-color: rgb(147,35,237); }
td.TdClassName
{
border-color: #9323ED;
}
.TagClassName
{
border-color: #9323ED;
}
</style>