Shades of Blue Violet #9C36EB
Tints of Blue Violet #9C36EB
RGB
CMYK
RGB Variations
Color information
#9C36EB (or 0x9C36EB) is known color: Blue Violet. HEX triplet: 9C, 36 and EB. RGB value is (156,54,235). Sum of RGB (Red+Green+Blue) = 156+54+235=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C36EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C36EB is #63C914. Grayscale: #686868. Windows color (decimal): -6539541 or 15414940. OLE color: 15414940.
HSL color Cylindrical-coordinate representation of color #9C36EB: hue angle of 273.81º 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 #9C36EB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 54 | 235 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.08 |
| HSL | 273.81º | 0.82% | 0.57% | - |
| HSV(B) | 273.81º | 0.77% | 0.92% | - |
| XYZ | 30.02 | 15.7 | 80.05 | - |
| YUV | 105.13 | 201.29 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 235 | 0.34 | 0.77 | 0 | 0.08 | 273.81 | 0.82 | 0.57 |
| Hex | 9C | 36 | EB | 22 | 4D | 0 | 8 | 112 | 52 | 39 |
| Octal | 234 | 66 | 353 | 42 | 115 | 0 | 10 | 422 | 122 | 71 |
| Binary | 10011100 | 110110 | 11101011 | 100010 | 1001101 | 0 | 1000 | 100010010 | 1010010 | 111001 |
Color Harmonies of #9C36EB
Complementary color
Monochromatic Colors of #9C36EB
Black with #9C36EB
Text Example
Text Example
White with #9C36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C36EB; }
p { color: rgb(156,54,235); }
H1.HeaderClassName
{
color: #9C36EB;
}
.AnyTagClassName
{
color: #9C36EB;
}
</style>
background-color css
<style>
a { background-color: #9C36EB; }
a { background-color: rgb(156,54,235); }
div.DivClassName
{
background-color: #9C36EB;
}
.BgClassName
{
background-color: #9C36EB;
}
</style>
border-color css
<style>
span { border-color: #9C36EB; }
span { border-color: rgb(156,54,235); }
td.TdClassName
{
border-color: #9C36EB;
}
.TagClassName
{
border-color: #9C36EB;
}
</style>