Shades of Blue Violet #9541EF
Tints of Blue Violet #9541EF
RGB
CMYK
RGB Variations
Color information
#9541EF (or 0x9541EF) is known color: Blue Violet. HEX triplet: 95, 41 and EF. RGB value is (149,65,239). Sum of RGB (Red+Green+Blue) = 149+65+239=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #9541EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9541EF is #6ABE10. Grayscale: #6D6D6D. Windows color (decimal): -6995473 or 15679893. OLE color: 15679893.
HSL color Cylindrical-coordinate representation of color #9541EF: hue angle of 268.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9541EF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 65 | 239 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.06 |
| HSL | 268.97º | 0.84% | 0.6% | - |
| HSV(B) | 268.97º | 0.73% | 0.94% | - |
| XYZ | 29.86 | 16.4 | 83.25 | - |
| YUV | 109.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 239 | 0.38 | 0.73 | 0 | 0.06 | 268.97 | 0.84 | 0.6 |
| Hex | 95 | 41 | EF | 26 | 49 | 0 | 6 | 10D | 54 | 3C |
| Octal | 225 | 101 | 357 | 46 | 111 | 0 | 6 | 415 | 124 | 74 |
| Binary | 10010101 | 1000001 | 11101111 | 100110 | 1001001 | 0 | 110 | 100001101 | 1010100 | 111100 |
Color Harmonies of #9541EF
Complementary color
Monochromatic Colors of #9541EF
Black with #9541EF
Text Example
Text Example
White with #9541EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541EF; }
p { color: rgb(149,65,239); }
H1.HeaderClassName
{
color: #9541EF;
}
.AnyTagClassName
{
color: #9541EF;
}
</style>
background-color css
<style>
a { background-color: #9541EF; }
a { background-color: rgb(149,65,239); }
div.DivClassName
{
background-color: #9541EF;
}
.BgClassName
{
background-color: #9541EF;
}
</style>
border-color css
<style>
span { border-color: #9541EF; }
span { border-color: rgb(149,65,239); }
td.TdClassName
{
border-color: #9541EF;
}
.TagClassName
{
border-color: #9541EF;
}
</style>