Shades of Blue Violet #9D36EC
Tints of Blue Violet #9D36EC
RGB
CMYK
RGB Variations
Color information
#9D36EC (or 0x9D36EC) is known color: Blue Violet. HEX triplet: 9D, 36 and EC. RGB value is (157,54,236). Sum of RGB (Red+Green+Blue) = 157+54+236=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D36EC is #62C913. Grayscale: #686868. Windows color (decimal): -6474004 or 15480477. OLE color: 15480477.
HSL color Cylindrical-coordinate representation of color #9D36EC: hue angle of 273.96º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D36EC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 54 | 236 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.07 |
| HSL | 273.96º | 0.83% | 0.57% | - |
| HSV(B) | 273.96º | 0.77% | 0.93% | - |
| XYZ | 30.36 | 15.86 | 80.82 | - |
| YUV | 105.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 236 | 0.33 | 0.77 | 0 | 0.07 | 273.96 | 0.83 | 0.57 |
| Hex | 9D | 36 | EC | 21 | 4D | 0 | 7 | 112 | 53 | 39 |
| Octal | 235 | 66 | 354 | 41 | 115 | 0 | 7 | 422 | 123 | 71 |
| Binary | 10011101 | 110110 | 11101100 | 100001 | 1001101 | 0 | 111 | 100010010 | 1010011 | 111001 |
Color Harmonies of #9D36EC
Complementary color
Monochromatic Colors of #9D36EC
Black with #9D36EC
Text Example
Text Example
White with #9D36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D36EC; }
p { color: rgb(157,54,236); }
H1.HeaderClassName
{
color: #9D36EC;
}
.AnyTagClassName
{
color: #9D36EC;
}
</style>
background-color css
<style>
a { background-color: #9D36EC; }
a { background-color: rgb(157,54,236); }
div.DivClassName
{
background-color: #9D36EC;
}
.BgClassName
{
background-color: #9D36EC;
}
</style>
border-color css
<style>
span { border-color: #9D36EC; }
span { border-color: rgb(157,54,236); }
td.TdClassName
{
border-color: #9D36EC;
}
.TagClassName
{
border-color: #9D36EC;
}
</style>