Shades of Blue Violet #9735EA
Tints of Blue Violet #9735EA
RGB
CMYK
RGB Variations
Color information
#9735EA (or 0x9735EA) is known color: Blue Violet. HEX triplet: 97, 35 and EA. RGB value is (151,53,234). Sum of RGB (Red+Green+Blue) = 151+53+234=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #9735EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9735EA is #68CA15. Grayscale: #666666. Windows color (decimal): -6867478 or 15349143. OLE color: 15349143.
HSL color Cylindrical-coordinate representation of color #9735EA: hue angle of 272.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9735EA is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 53 | 234 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.08 |
| HSL | 272.49º | 0.81% | 0.56% | - |
| HSV(B) | 272.49º | 0.77% | 0.92% | - |
| XYZ | 28.89 | 15.07 | 79.23 | - |
| YUV | 102.94 | 201.97 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 234 | 0.35 | 0.77 | 0 | 0.08 | 272.49 | 0.81 | 0.56 |
| Hex | 97 | 35 | EA | 23 | 4D | 0 | 8 | 110 | 51 | 38 |
| Octal | 227 | 65 | 352 | 43 | 115 | 0 | 10 | 420 | 121 | 70 |
| Binary | 10010111 | 110101 | 11101010 | 100011 | 1001101 | 0 | 1000 | 100010000 | 1010001 | 111000 |
Color Harmonies of #9735EA
Complementary color
Monochromatic Colors of #9735EA
Black with #9735EA
Text Example
Text Example
White with #9735EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735EA; }
p { color: rgb(151,53,234); }
H1.HeaderClassName
{
color: #9735EA;
}
.AnyTagClassName
{
color: #9735EA;
}
</style>
background-color css
<style>
a { background-color: #9735EA; }
a { background-color: rgb(151,53,234); }
div.DivClassName
{
background-color: #9735EA;
}
.BgClassName
{
background-color: #9735EA;
}
</style>
border-color css
<style>
span { border-color: #9735EA; }
span { border-color: rgb(151,53,234); }
td.TdClassName
{
border-color: #9735EA;
}
.TagClassName
{
border-color: #9735EA;
}
</style>