Shades of Blue Violet #9A23EC
Tints of Blue Violet #9A23EC
RGB
CMYK
RGB Variations
Color information
#9A23EC (or 0x9A23EC) is known color: Blue Violet. HEX triplet: 9A, 23 and EC. RGB value is (154,35,236). Sum of RGB (Red+Green+Blue) = 154+35+236=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A23EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A23EC is #65DC13. Grayscale: #5C5C5C. Windows color (decimal): -6675476 or 15475610. OLE color: 15475610.
HSL color Cylindrical-coordinate representation of color #9A23EC: hue angle of 275.52º degrees, saturation: 0.84, 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 #9A23EC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 35 | 236 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.07 |
| HSL | 275.52º | 0.84% | 0.53% | - |
| HSV(B) | 275.52º | 0.85% | 0.93% | - |
| XYZ | 29.07 | 14.13 | 80.55 | - |
| YUV | 93.5 | 208.42 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 236 | 0.35 | 0.85 | 0 | 0.07 | 275.52 | 0.84 | 0.53 |
| Hex | 9A | 23 | EC | 23 | 55 | 0 | 7 | 114 | 54 | 35 |
| Octal | 232 | 43 | 354 | 43 | 125 | 0 | 7 | 424 | 124 | 65 |
| Binary | 10011010 | 100011 | 11101100 | 100011 | 1010101 | 0 | 111 | 100010100 | 1010100 | 110101 |
Color Harmonies of #9A23EC
Complementary color
Monochromatic Colors of #9A23EC
Black with #9A23EC
Text Example
Text Example
White with #9A23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A23EC; }
p { color: rgb(154,35,236); }
H1.HeaderClassName
{
color: #9A23EC;
}
.AnyTagClassName
{
color: #9A23EC;
}
</style>
background-color css
<style>
a { background-color: #9A23EC; }
a { background-color: rgb(154,35,236); }
div.DivClassName
{
background-color: #9A23EC;
}
.BgClassName
{
background-color: #9A23EC;
}
</style>
border-color css
<style>
span { border-color: #9A23EC; }
span { border-color: rgb(154,35,236); }
td.TdClassName
{
border-color: #9A23EC;
}
.TagClassName
{
border-color: #9A23EC;
}
</style>