Shades of Blue Violet #9541FF
Tints of Blue Violet #9541FF
RGB
CMYK
RGB Variations
Color information
#9541FF (or 0x9541FF) is known color: Blue Violet. HEX triplet: 95, 41 and FF. RGB value is (149,65,255). Sum of RGB (Red+Green+Blue) = 149+65+255=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #9541FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9541FF is #6ABE00. Grayscale: #6F6F6F. Windows color (decimal): -6995457 or 16728469. OLE color: 16728469.
HSL color Cylindrical-coordinate representation of color #9541FF: hue angle of 266.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9541FF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 65 | 255 | - |
| CMYK | 0.42 | 0.75 | 0 | 0 |
| HSL | 266.53º | 1% | 0.63% | - |
| HSV(B) | 266.53º | 0.75% | 1% | - |
| XYZ | 32.33 | 17.39 | 96.26 | - |
| YUV | 111.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 255 | 0.42 | 0.75 | 0 | 0 | 266.53 | 1 | 0.63 |
| Hex | 95 | 41 | FF | 2A | 4B | 0 | 0 | 10B | 64 | 3F |
| Octal | 225 | 101 | 377 | 52 | 113 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10010101 | 1000001 | 11111111 | 101010 | 1001011 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9541FF
Complementary color
Monochromatic Colors of #9541FF
Black with #9541FF
Text Example
Text Example
White with #9541FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541FF; }
p { color: rgb(149,65,255); }
H1.HeaderClassName
{
color: #9541FF;
}
.AnyTagClassName
{
color: #9541FF;
}
</style>
background-color css
<style>
a { background-color: #9541FF; }
a { background-color: rgb(149,65,255); }
div.DivClassName
{
background-color: #9541FF;
}
.BgClassName
{
background-color: #9541FF;
}
</style>
border-color css
<style>
span { border-color: #9541FF; }
span { border-color: rgb(149,65,255); }
td.TdClassName
{
border-color: #9541FF;
}
.TagClassName
{
border-color: #9541FF;
}
</style>