Shades of Blue Violet #9540FF
Tints of Blue Violet #9540FF
RGB
CMYK
RGB Variations
Color information
#9540FF (or 0x9540FF) is known color: Blue Violet. HEX triplet: 95, 40 and FF. RGB value is (149,64,255). Sum of RGB (Red+Green+Blue) = 149+64+255=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #9540FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9540FF is #6ABF00. Grayscale: #6E6E6E. Windows color (decimal): -6995713 or 16728213. OLE color: 16728213.
HSL color Cylindrical-coordinate representation of color #9540FF: hue angle of 266.7º 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 #9540FF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 64 | 255 | - |
| CMYK | 0.42 | 0.75 | 0 | 0 |
| HSL | 266.7º | 1% | 0.63% | - |
| HSV(B) | 266.7º | 0.75% | 1% | - |
| XYZ | 32.28 | 17.28 | 96.24 | - |
| YUV | 111.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 255 | 0.42 | 0.75 | 0 | 0 | 266.7 | 1 | 0.63 |
| Hex | 95 | 40 | FF | 2A | 4B | 0 | 0 | 10B | 64 | 3F |
| Octal | 225 | 100 | 377 | 52 | 113 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10010101 | 1000000 | 11111111 | 101010 | 1001011 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9540FF
Complementary color
Monochromatic Colors of #9540FF
Black with #9540FF
Text Example
Text Example
White with #9540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540FF; }
p { color: rgb(149,64,255); }
H1.HeaderClassName
{
color: #9540FF;
}
.AnyTagClassName
{
color: #9540FF;
}
</style>
background-color css
<style>
a { background-color: #9540FF; }
a { background-color: rgb(149,64,255); }
div.DivClassName
{
background-color: #9540FF;
}
.BgClassName
{
background-color: #9540FF;
}
</style>
border-color css
<style>
span { border-color: #9540FF; }
span { border-color: rgb(149,64,255); }
td.TdClassName
{
border-color: #9540FF;
}
.TagClassName
{
border-color: #9540FF;
}
</style>