Shades of Blue Violet #9546FF
Tints of Blue Violet #9546FF
RGB
CMYK
RGB Variations
Color information
#9546FF (or 0x9546FF) is known color: Blue Violet. HEX triplet: 95, 46 and FF. RGB value is (149,70,255). Sum of RGB (Red+Green+Blue) = 149+70+255=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #9546FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9546FF is #6AB900. Grayscale: #727272. Windows color (decimal): -6994177 or 16729749. OLE color: 16729749.
HSL color Cylindrical-coordinate representation of color #9546FF: hue angle of 265.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9546FF is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 70 | 255 | - |
| CMYK | 0.42 | 0.73 | 0 | 0 |
| HSL | 265.62º | 1% | 0.64% | - |
| HSV(B) | 265.62º | 0.73% | 1% | - |
| XYZ | 32.63 | 17.99 | 96.36 | - |
| YUV | 114.71 | 207.17 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 255 | 0.42 | 0.73 | 0 | 0 | 265.62 | 1 | 0.64 |
| Hex | 95 | 46 | FF | 2A | 49 | 0 | 0 | 10A | 64 | 40 |
| Octal | 225 | 106 | 377 | 52 | 111 | 0 | 0 | 412 | 144 | 100 |
| Binary | 10010101 | 1000110 | 11111111 | 101010 | 1001001 | 0 | 0 | 100001010 | 1100100 | 1000000 |
Color Harmonies of #9546FF
Complementary color
Monochromatic Colors of #9546FF
Black with #9546FF
Text Example
Text Example
White with #9546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546FF; }
p { color: rgb(149,70,255); }
H1.HeaderClassName
{
color: #9546FF;
}
.AnyTagClassName
{
color: #9546FF;
}
</style>
background-color css
<style>
a { background-color: #9546FF; }
a { background-color: rgb(149,70,255); }
div.DivClassName
{
background-color: #9546FF;
}
.BgClassName
{
background-color: #9546FF;
}
</style>
border-color css
<style>
span { border-color: #9546FF; }
span { border-color: rgb(149,70,255); }
td.TdClassName
{
border-color: #9546FF;
}
.TagClassName
{
border-color: #9546FF;
}
</style>