Shades of Blue Violet #9635EF
Tints of Blue Violet #9635EF
RGB
CMYK
RGB Variations
Color information
#9635EF (or 0x9635EF) is known color: Blue Violet. HEX triplet: 96, 35 and EF. RGB value is (150,53,239). Sum of RGB (Red+Green+Blue) = 150+53+239=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #9635EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9635EF is #69CA10. Grayscale: #666666. Windows color (decimal): -6933009 or 15676822. OLE color: 15676822.
HSL color Cylindrical-coordinate representation of color #9635EF: hue angle of 271.29º 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 #9635EF is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 53 | 239 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.06 |
| HSL | 271.29º | 0.85% | 0.57% | - |
| HSV(B) | 271.29º | 0.78% | 0.94% | - |
| XYZ | 29.43 | 15.26 | 83.06 | - |
| YUV | 103.21 | 204.64 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 239 | 0.37 | 0.78 | 0 | 0.06 | 271.29 | 0.85 | 0.57 |
| Hex | 96 | 35 | EF | 25 | 4E | 0 | 6 | 10F | 55 | 39 |
| Octal | 226 | 65 | 357 | 45 | 116 | 0 | 6 | 417 | 125 | 71 |
| Binary | 10010110 | 110101 | 11101111 | 100101 | 1001110 | 0 | 110 | 100001111 | 1010101 | 111001 |
Color Harmonies of #9635EF
Complementary color
Monochromatic Colors of #9635EF
Black with #9635EF
Text Example
Text Example
White with #9635EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635EF; }
p { color: rgb(150,53,239); }
H1.HeaderClassName
{
color: #9635EF;
}
.AnyTagClassName
{
color: #9635EF;
}
</style>
background-color css
<style>
a { background-color: #9635EF; }
a { background-color: rgb(150,53,239); }
div.DivClassName
{
background-color: #9635EF;
}
.BgClassName
{
background-color: #9635EF;
}
</style>
border-color css
<style>
span { border-color: #9635EF; }
span { border-color: rgb(150,53,239); }
td.TdClassName
{
border-color: #9635EF;
}
.TagClassName
{
border-color: #9635EF;
}
</style>