Shades of Blue Violet #9735EF
Tints of Blue Violet #9735EF
RGB
CMYK
RGB Variations
Color information
#9735EF (or 0x9735EF) is known color: Blue Violet. HEX triplet: 97, 35 and EF. RGB value is (151,53,239). Sum of RGB (Red+Green+Blue) = 151+53+239=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #9735EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9735EF is #68CA10. Grayscale: #666666. Windows color (decimal): -6867473 or 15676823. OLE color: 15676823.
HSL color Cylindrical-coordinate representation of color #9735EF: hue angle of 271.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9735EF is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 53 | 239 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.06 |
| HSL | 271.61º | 0.85% | 0.57% | - |
| HSV(B) | 271.61º | 0.78% | 0.94% | - |
| XYZ | 29.62 | 15.36 | 83.06 | - |
| YUV | 103.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 239 | 0.37 | 0.78 | 0 | 0.06 | 271.61 | 0.85 | 0.57 |
| Hex | 97 | 35 | EF | 25 | 4E | 0 | 6 | 110 | 55 | 39 |
| Octal | 227 | 65 | 357 | 45 | 116 | 0 | 6 | 420 | 125 | 71 |
| Binary | 10010111 | 110101 | 11101111 | 100101 | 1001110 | 0 | 110 | 100010000 | 1010101 | 111001 |
Color Harmonies of #9735EF
Complementary color
Monochromatic Colors of #9735EF
Black with #9735EF
Text Example
Text Example
White with #9735EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735EF; }
p { color: rgb(151,53,239); }
H1.HeaderClassName
{
color: #9735EF;
}
.AnyTagClassName
{
color: #9735EF;
}
</style>
background-color css
<style>
a { background-color: #9735EF; }
a { background-color: rgb(151,53,239); }
div.DivClassName
{
background-color: #9735EF;
}
.BgClassName
{
background-color: #9735EF;
}
</style>
border-color css
<style>
span { border-color: #9735EF; }
span { border-color: rgb(151,53,239); }
td.TdClassName
{
border-color: #9735EF;
}
.TagClassName
{
border-color: #9735EF;
}
</style>