Shades of Blue Violet #9A22ED
Tints of Blue Violet #9A22ED
RGB
CMYK
RGB Variations
Color information
#9A22ED (or 0x9A22ED) is known color: Blue Violet. HEX triplet: 9A, 22 and ED. RGB value is (154,34,237). Sum of RGB (Red+Green+Blue) = 154+34+237=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A22ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A22ED is #65DD12. Grayscale: #5C5C5C. Windows color (decimal): -6675731 or 15540890. OLE color: 15540890.
HSL color Cylindrical-coordinate representation of color #9A22ED: hue angle of 275.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A22ED is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 34 | 237 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.07 |
| HSL | 275.47º | 0.85% | 0.53% | - |
| HSV(B) | 275.47º | 0.86% | 0.93% | - |
| XYZ | 29.18 | 14.13 | 81.31 | - |
| YUV | 93.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 237 | 0.35 | 0.86 | 0 | 0.07 | 275.47 | 0.85 | 0.53 |
| Hex | 9A | 22 | ED | 23 | 56 | 0 | 7 | 113 | 55 | 35 |
| Octal | 232 | 42 | 355 | 43 | 126 | 0 | 7 | 423 | 125 | 65 |
| Binary | 10011010 | 100010 | 11101101 | 100011 | 1010110 | 0 | 111 | 100010011 | 1010101 | 110101 |
Color Harmonies of #9A22ED
Complementary color
Monochromatic Colors of #9A22ED
Black with #9A22ED
Text Example
Text Example
White with #9A22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A22ED; }
p { color: rgb(154,34,237); }
H1.HeaderClassName
{
color: #9A22ED;
}
.AnyTagClassName
{
color: #9A22ED;
}
</style>
background-color css
<style>
a { background-color: #9A22ED; }
a { background-color: rgb(154,34,237); }
div.DivClassName
{
background-color: #9A22ED;
}
.BgClassName
{
background-color: #9A22ED;
}
</style>
border-color css
<style>
span { border-color: #9A22ED; }
span { border-color: rgb(154,34,237); }
td.TdClassName
{
border-color: #9A22ED;
}
.TagClassName
{
border-color: #9A22ED;
}
</style>