Shades of Blue Violet #9835E7
Tints of Blue Violet #9835E7
RGB
CMYK
RGB Variations
Color information
#9835E7 (or 0x9835E7) is known color: Blue Violet. HEX triplet: 98, 35 and E7. RGB value is (152,53,231). Sum of RGB (Red+Green+Blue) = 152+53+231=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #9835E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9835E7 is #67CA18. Grayscale: #666666. Windows color (decimal): -6801945 or 15152536. OLE color: 15152536.
HSL color Cylindrical-coordinate representation of color #9835E7: hue angle of 273.37º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9835E7 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 53 | 231 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.09 |
| HSL | 273.37º | 0.79% | 0.56% | - |
| HSV(B) | 273.37º | 0.77% | 0.91% | - |
| XYZ | 28.65 | 14.99 | 76.99 | - |
| YUV | 102.89 | 200.3 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 231 | 0.34 | 0.77 | 0 | 0.09 | 273.37 | 0.79 | 0.56 |
| Hex | 98 | 35 | E7 | 22 | 4D | 0 | 9 | 111 | 4F | 38 |
| Octal | 230 | 65 | 347 | 42 | 115 | 0 | 11 | 421 | 117 | 70 |
| Binary | 10011000 | 110101 | 11100111 | 100010 | 1001101 | 0 | 1001 | 100010001 | 1001111 | 111000 |
Color Harmonies of #9835E7
Complementary color
Monochromatic Colors of #9835E7
Black with #9835E7
Text Example
Text Example
White with #9835E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9835E7; }
p { color: rgb(152,53,231); }
H1.HeaderClassName
{
color: #9835E7;
}
.AnyTagClassName
{
color: #9835E7;
}
</style>
background-color css
<style>
a { background-color: #9835E7; }
a { background-color: rgb(152,53,231); }
div.DivClassName
{
background-color: #9835E7;
}
.BgClassName
{
background-color: #9835E7;
}
</style>
border-color css
<style>
span { border-color: #9835E7; }
span { border-color: rgb(152,53,231); }
td.TdClassName
{
border-color: #9835E7;
}
.TagClassName
{
border-color: #9835E7;
}
</style>