Shades of Blue Violet #9546F8
Tints of Blue Violet #9546F8
RGB
CMYK
RGB Variations
Color information
#9546F8 (or 0x9546F8) is known color: Blue Violet. HEX triplet: 95, 46 and F8. RGB value is (149,70,248). Sum of RGB (Red+Green+Blue) = 149+70+248=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #9546F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9546F8 is #6AB907. Grayscale: #717171. Windows color (decimal): -6994184 or 16270997. OLE color: 16270997.
HSL color Cylindrical-coordinate representation of color #9546F8: hue angle of 266.63º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9546F8 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 70 | 248 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.03 |
| HSL | 266.63º | 0.93% | 0.62% | - |
| HSV(B) | 266.63º | 0.72% | 0.97% | - |
| XYZ | 31.53 | 17.55 | 90.53 | - |
| YUV | 113.91 | 203.67 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 248 | 0.40 | 0.72 | 0 | 0.03 | 266.63 | 0.93 | 0.62 |
| Hex | 95 | 46 | F8 | 28 | 48 | 0 | 3 | 10B | 5D | 3E |
| Octal | 225 | 106 | 370 | 50 | 110 | 0 | 3 | 413 | 135 | 76 |
| Binary | 10010101 | 1000110 | 11111000 | 101000 | 1001000 | 0 | 11 | 100001011 | 1011101 | 111110 |
Color Harmonies of #9546F8
Complementary color
Monochromatic Colors of #9546F8
Black with #9546F8
Text Example
Text Example
White with #9546F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546F8; }
p { color: rgb(149,70,248); }
H1.HeaderClassName
{
color: #9546F8;
}
.AnyTagClassName
{
color: #9546F8;
}
</style>
background-color css
<style>
a { background-color: #9546F8; }
a { background-color: rgb(149,70,248); }
div.DivClassName
{
background-color: #9546F8;
}
.BgClassName
{
background-color: #9546F8;
}
</style>
border-color css
<style>
span { border-color: #9546F8; }
span { border-color: rgb(149,70,248); }
td.TdClassName
{
border-color: #9546F8;
}
.TagClassName
{
border-color: #9546F8;
}
</style>