Shades of Blue Violet #9540FB
Tints of Blue Violet #9540FB
RGB
CMYK
RGB Variations
Color information
#9540FB (or 0x9540FB) is known color: Blue Violet. HEX triplet: 95, 40 and FB. RGB value is (149,64,251). Sum of RGB (Red+Green+Blue) = 149+64+251=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #9540FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9540FB is #6ABF04. Grayscale: #6E6E6E. Windows color (decimal): -6995717 or 16466069. OLE color: 16466069.
HSL color Cylindrical-coordinate representation of color #9540FB: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9540FB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 64 | 251 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.02 |
| HSL | 267.27º | 0.96% | 0.62% | - |
| HSV(B) | 267.27º | 0.75% | 0.98% | - |
| XYZ | 31.64 | 17.02 | 92.88 | - |
| YUV | 110.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 251 | 0.41 | 0.75 | 0 | 0.02 | 267.27 | 0.96 | 0.62 |
| Hex | 95 | 40 | FB | 29 | 4B | 0 | 2 | 10B | 60 | 3E |
| Octal | 225 | 100 | 373 | 51 | 113 | 0 | 2 | 413 | 140 | 76 |
| Binary | 10010101 | 1000000 | 11111011 | 101001 | 1001011 | 0 | 10 | 100001011 | 1100000 | 111110 |
Color Harmonies of #9540FB
Complementary color
Monochromatic Colors of #9540FB
Black with #9540FB
Text Example
Text Example
White with #9540FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540FB; }
p { color: rgb(149,64,251); }
H1.HeaderClassName
{
color: #9540FB;
}
.AnyTagClassName
{
color: #9540FB;
}
</style>
background-color css
<style>
a { background-color: #9540FB; }
a { background-color: rgb(149,64,251); }
div.DivClassName
{
background-color: #9540FB;
}
.BgClassName
{
background-color: #9540FB;
}
</style>
border-color css
<style>
span { border-color: #9540FB; }
span { border-color: rgb(149,64,251); }
td.TdClassName
{
border-color: #9540FB;
}
.TagClassName
{
border-color: #9540FB;
}
</style>