Shades of Blue Violet #9540FD
Tints of Blue Violet #9540FD
RGB
CMYK
RGB Variations
Color information
#9540FD (or 0x9540FD) is known color: Blue Violet. HEX triplet: 95, 40 and FD. RGB value is (149,64,253). Sum of RGB (Red+Green+Blue) = 149+64+253=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #9540FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9540FD is #6ABF02. Grayscale: #6E6E6E. Windows color (decimal): -6995715 or 16597141. OLE color: 16597141.
HSL color Cylindrical-coordinate representation of color #9540FD: hue angle of 266.98º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9540FD is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 64 | 253 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.01 |
| HSL | 266.98º | 0.98% | 0.62% | - |
| HSV(B) | 266.98º | 0.75% | 0.99% | - |
| XYZ | 31.96 | 17.15 | 94.55 | - |
| YUV | 110.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 253 | 0.41 | 0.75 | 0 | 0.01 | 266.98 | 0.98 | 0.62 |
| Hex | 95 | 40 | FD | 29 | 4B | 0 | 1 | 10B | 62 | 3E |
| Octal | 225 | 100 | 375 | 51 | 113 | 0 | 1 | 413 | 142 | 76 |
| Binary | 10010101 | 1000000 | 11111101 | 101001 | 1001011 | 0 | 1 | 100001011 | 1100010 | 111110 |
Color Harmonies of #9540FD
Complementary color
Monochromatic Colors of #9540FD
Black with #9540FD
Text Example
Text Example
White with #9540FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540FD; }
p { color: rgb(149,64,253); }
H1.HeaderClassName
{
color: #9540FD;
}
.AnyTagClassName
{
color: #9540FD;
}
</style>
background-color css
<style>
a { background-color: #9540FD; }
a { background-color: rgb(149,64,253); }
div.DivClassName
{
background-color: #9540FD;
}
.BgClassName
{
background-color: #9540FD;
}
</style>
border-color css
<style>
span { border-color: #9540FD; }
span { border-color: rgb(149,64,253); }
td.TdClassName
{
border-color: #9540FD;
}
.TagClassName
{
border-color: #9540FD;
}
</style>