Shades of Blue Violet #9542FF
Tints of Blue Violet #9542FF
RGB
CMYK
RGB Variations
Color information
#9542FF (or 0x9542FF) is known color: Blue Violet. HEX triplet: 95, 42 and FF. RGB value is (149,66,255). Sum of RGB (Red+Green+Blue) = 149+66+255=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #9542FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9542FF is #6ABD00. Grayscale: #6F6F6F. Windows color (decimal): -6995201 or 16728725. OLE color: 16728725.
HSL color Cylindrical-coordinate representation of color #9542FF: hue angle of 266.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9542FF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 66 | 255 | - |
| CMYK | 0.42 | 0.74 | 0 | 0 |
| HSL | 266.35º | 1% | 0.63% | - |
| HSV(B) | 266.35º | 0.74% | 1% | - |
| XYZ | 32.39 | 17.51 | 96.28 | - |
| YUV | 112.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 255 | 0.42 | 0.74 | 0 | 0 | 266.35 | 1 | 0.63 |
| Hex | 95 | 42 | FF | 2A | 4A | 0 | 0 | 10A | 64 | 3F |
| Octal | 225 | 102 | 377 | 52 | 112 | 0 | 0 | 412 | 144 | 77 |
| Binary | 10010101 | 1000010 | 11111111 | 101010 | 1001010 | 0 | 0 | 100001010 | 1100100 | 111111 |
Color Harmonies of #9542FF
Complementary color
Monochromatic Colors of #9542FF
Black with #9542FF
Text Example
Text Example
White with #9542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9542FF; }
p { color: rgb(149,66,255); }
H1.HeaderClassName
{
color: #9542FF;
}
.AnyTagClassName
{
color: #9542FF;
}
</style>
background-color css
<style>
a { background-color: #9542FF; }
a { background-color: rgb(149,66,255); }
div.DivClassName
{
background-color: #9542FF;
}
.BgClassName
{
background-color: #9542FF;
}
</style>
border-color css
<style>
span { border-color: #9542FF; }
span { border-color: rgb(149,66,255); }
td.TdClassName
{
border-color: #9542FF;
}
.TagClassName
{
border-color: #9542FF;
}
</style>