Shades of Blue Violet #9736EF
Tints of Blue Violet #9736EF
RGB
CMYK
RGB Variations
Color information
#9736EF (or 0x9736EF) is known color: Blue Violet. HEX triplet: 97, 36 and EF. RGB value is (151,54,239). Sum of RGB (Red+Green+Blue) = 151+54+239=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #9736EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9736EF is #68C910. Grayscale: #676767. Windows color (decimal): -6867217 or 15677079. OLE color: 15677079.
HSL color Cylindrical-coordinate representation of color #9736EF: hue angle of 271.46º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9736EF is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 54 | 239 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.06 |
| HSL | 271.46º | 0.85% | 0.57% | - |
| HSV(B) | 271.46º | 0.77% | 0.94% | - |
| XYZ | 29.66 | 15.45 | 83.08 | - |
| YUV | 104.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 239 | 0.37 | 0.77 | 0 | 0.06 | 271.46 | 0.85 | 0.57 |
| Hex | 97 | 36 | EF | 25 | 4D | 0 | 6 | 10F | 55 | 39 |
| Octal | 227 | 66 | 357 | 45 | 115 | 0 | 6 | 417 | 125 | 71 |
| Binary | 10010111 | 110110 | 11101111 | 100101 | 1001101 | 0 | 110 | 100001111 | 1010101 | 111001 |
Color Harmonies of #9736EF
Complementary color
Monochromatic Colors of #9736EF
Black with #9736EF
Text Example
Text Example
White with #9736EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736EF; }
p { color: rgb(151,54,239); }
H1.HeaderClassName
{
color: #9736EF;
}
.AnyTagClassName
{
color: #9736EF;
}
</style>
background-color css
<style>
a { background-color: #9736EF; }
a { background-color: rgb(151,54,239); }
div.DivClassName
{
background-color: #9736EF;
}
.BgClassName
{
background-color: #9736EF;
}
</style>
border-color css
<style>
span { border-color: #9736EF; }
span { border-color: rgb(151,54,239); }
td.TdClassName
{
border-color: #9736EF;
}
.TagClassName
{
border-color: #9736EF;
}
</style>