Shades of Blue Violet #9539EF
Tints of Blue Violet #9539EF
RGB
CMYK
RGB Variations
Color information
#9539EF (or 0x9539EF) is known color: Blue Violet. HEX triplet: 95, 39 and EF. RGB value is (149,57,239). Sum of RGB (Red+Green+Blue) = 149+57+239=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #9539EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9539EF is #6AC610. Grayscale: #686868. Windows color (decimal): -6997521 or 15677845. OLE color: 15677845.
HSL color Cylindrical-coordinate representation of color #9539EF: hue angle of 270.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9539EF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 57 | 239 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.06 |
| HSL | 270.33º | 0.85% | 0.58% | - |
| HSV(B) | 270.33º | 0.76% | 0.94% | - |
| XYZ | 29.44 | 15.55 | 83.11 | - |
| YUV | 105.26 | 203.48 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 239 | 0.38 | 0.76 | 0 | 0.06 | 270.33 | 0.85 | 0.58 |
| Hex | 95 | 39 | EF | 26 | 4C | 0 | 6 | 10E | 55 | 3A |
| Octal | 225 | 71 | 357 | 46 | 114 | 0 | 6 | 416 | 125 | 72 |
| Binary | 10010101 | 111001 | 11101111 | 100110 | 1001100 | 0 | 110 | 100001110 | 1010101 | 111010 |
Color Harmonies of #9539EF
Complementary color
Monochromatic Colors of #9539EF
Black with #9539EF
Text Example
Text Example
White with #9539EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9539EF; }
p { color: rgb(149,57,239); }
H1.HeaderClassName
{
color: #9539EF;
}
.AnyTagClassName
{
color: #9539EF;
}
</style>
background-color css
<style>
a { background-color: #9539EF; }
a { background-color: rgb(149,57,239); }
div.DivClassName
{
background-color: #9539EF;
}
.BgClassName
{
background-color: #9539EF;
}
</style>
border-color css
<style>
span { border-color: #9539EF; }
span { border-color: rgb(149,57,239); }
td.TdClassName
{
border-color: #9539EF;
}
.TagClassName
{
border-color: #9539EF;
}
</style>