Shades of Blue Violet #9A36EB
Tints of Blue Violet #9A36EB
RGB
CMYK
RGB Variations
Color information
#9A36EB (or 0x9A36EB) is known color: Blue Violet. HEX triplet: 9A, 36 and EB. RGB value is (154,54,235). Sum of RGB (Red+Green+Blue) = 154+54+235=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A36EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A36EB is #65C914. Grayscale: #676767. Windows color (decimal): -6670613 or 15414938. OLE color: 15414938.
HSL color Cylindrical-coordinate representation of color #9A36EB: hue angle of 273.15º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A36EB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 54 | 235 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.08 |
| HSL | 273.15º | 0.82% | 0.57% | - |
| HSV(B) | 273.15º | 0.77% | 0.92% | - |
| XYZ | 29.64 | 15.51 | 80.03 | - |
| YUV | 104.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 235 | 0.34 | 0.77 | 0 | 0.08 | 273.15 | 0.82 | 0.57 |
| Hex | 9A | 36 | EB | 22 | 4D | 0 | 8 | 111 | 52 | 39 |
| Octal | 232 | 66 | 353 | 42 | 115 | 0 | 10 | 421 | 122 | 71 |
| Binary | 10011010 | 110110 | 11101011 | 100010 | 1001101 | 0 | 1000 | 100010001 | 1010010 | 111001 |
Color Harmonies of #9A36EB
Complementary color
Monochromatic Colors of #9A36EB
Black with #9A36EB
Text Example
Text Example
White with #9A36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A36EB; }
p { color: rgb(154,54,235); }
H1.HeaderClassName
{
color: #9A36EB;
}
.AnyTagClassName
{
color: #9A36EB;
}
</style>
background-color css
<style>
a { background-color: #9A36EB; }
a { background-color: rgb(154,54,235); }
div.DivClassName
{
background-color: #9A36EB;
}
.BgClassName
{
background-color: #9A36EB;
}
</style>
border-color css
<style>
span { border-color: #9A36EB; }
span { border-color: rgb(154,54,235); }
td.TdClassName
{
border-color: #9A36EB;
}
.TagClassName
{
border-color: #9A36EB;
}
</style>