Shades of Blue Violet #9540FA
Tints of Blue Violet #9540FA
RGB
CMYK
RGB Variations
Color information
#9540FA (or 0x9540FA) is known color: Blue Violet. HEX triplet: 95, 40 and FA. RGB value is (149,64,250). Sum of RGB (Red+Green+Blue) = 149+64+250=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #9540FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9540FA is #6ABF05. Grayscale: #6D6D6D. Windows color (decimal): -6995718 or 16400533. OLE color: 16400533.
HSL color Cylindrical-coordinate representation of color #9540FA: hue angle of 267.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9540FA is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 64 | 250 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.02 |
| HSL | 267.42º | 0.95% | 0.62% | - |
| HSV(B) | 267.42º | 0.74% | 0.98% | - |
| XYZ | 31.48 | 16.96 | 92.06 | - |
| YUV | 110.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 250 | 0.40 | 0.74 | 0 | 0.02 | 267.42 | 0.95 | 0.62 |
| Hex | 95 | 40 | FA | 28 | 4A | 0 | 2 | 10B | 5F | 3E |
| Octal | 225 | 100 | 372 | 50 | 112 | 0 | 2 | 413 | 137 | 76 |
| Binary | 10010101 | 1000000 | 11111010 | 101000 | 1001010 | 0 | 10 | 100001011 | 1011111 | 111110 |
Color Harmonies of #9540FA
Complementary color
Monochromatic Colors of #9540FA
Black with #9540FA
Text Example
Text Example
White with #9540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540FA; }
p { color: rgb(149,64,250); }
H1.HeaderClassName
{
color: #9540FA;
}
.AnyTagClassName
{
color: #9540FA;
}
</style>
background-color css
<style>
a { background-color: #9540FA; }
a { background-color: rgb(149,64,250); }
div.DivClassName
{
background-color: #9540FA;
}
.BgClassName
{
background-color: #9540FA;
}
</style>
border-color css
<style>
span { border-color: #9540FA; }
span { border-color: rgb(149,64,250); }
td.TdClassName
{
border-color: #9540FA;
}
.TagClassName
{
border-color: #9540FA;
}
</style>