Shades of Blue Violet #9A23ED
Tints of Blue Violet #9A23ED
RGB
CMYK
RGB Variations
Color information
#9A23ED (or 0x9A23ED) is known color: Blue Violet. HEX triplet: 9A, 23 and ED. RGB value is (154,35,237). Sum of RGB (Red+Green+Blue) = 154+35+237=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A23ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A23ED is #65DC12. Grayscale: #5C5C5C. Windows color (decimal): -6675475 or 15541146. OLE color: 15541146.
HSL color Cylindrical-coordinate representation of color #9A23ED: hue angle of 275.35º 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 #9A23ED is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 35 | 237 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.07 |
| HSL | 275.35º | 0.85% | 0.53% | - |
| HSV(B) | 275.35º | 0.85% | 0.93% | - |
| XYZ | 29.21 | 14.19 | 81.32 | - |
| YUV | 93.61 | 208.92 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 237 | 0.35 | 0.85 | 0 | 0.07 | 275.35 | 0.85 | 0.53 |
| Hex | 9A | 23 | ED | 23 | 55 | 0 | 7 | 113 | 55 | 35 |
| Octal | 232 | 43 | 355 | 43 | 125 | 0 | 7 | 423 | 125 | 65 |
| Binary | 10011010 | 100011 | 11101101 | 100011 | 1010101 | 0 | 111 | 100010011 | 1010101 | 110101 |
Color Harmonies of #9A23ED
Complementary color
Monochromatic Colors of #9A23ED
Black with #9A23ED
Text Example
Text Example
White with #9A23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A23ED; }
p { color: rgb(154,35,237); }
H1.HeaderClassName
{
color: #9A23ED;
}
.AnyTagClassName
{
color: #9A23ED;
}
</style>
background-color css
<style>
a { background-color: #9A23ED; }
a { background-color: rgb(154,35,237); }
div.DivClassName
{
background-color: #9A23ED;
}
.BgClassName
{
background-color: #9A23ED;
}
</style>
border-color css
<style>
span { border-color: #9A23ED; }
span { border-color: rgb(154,35,237); }
td.TdClassName
{
border-color: #9A23ED;
}
.TagClassName
{
border-color: #9A23ED;
}
</style>