Shades of Blue Violet #9548ED
Tints of Blue Violet #9548ED
RGB
CMYK
RGB Variations
Color information
#9548ED (or 0x9548ED) is known color: Blue Violet. HEX triplet: 95, 48 and ED. RGB value is (149,72,237). Sum of RGB (Red+Green+Blue) = 149+72+237=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #9548ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9548ED is #6AB712. Grayscale: #717171. Windows color (decimal): -6993683 or 15550613. OLE color: 15550613.
HSL color Cylindrical-coordinate representation of color #9548ED: hue angle of 268º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9548ED is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 72 | 237 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.07 |
| HSL | 268º | 0.82% | 0.61% | - |
| HSV(B) | 268º | 0.7% | 0.93% | - |
| XYZ | 30 | 17.14 | 81.85 | - |
| YUV | 113.83 | 197.51 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 237 | 0.37 | 0.70 | 0 | 0.07 | 268 | 0.82 | 0.61 |
| Hex | 95 | 48 | ED | 25 | 46 | 0 | 7 | 10C | 52 | 3D |
| Octal | 225 | 110 | 355 | 45 | 106 | 0 | 7 | 414 | 122 | 75 |
| Binary | 10010101 | 1001000 | 11101101 | 100101 | 1000110 | 0 | 111 | 100001100 | 1010010 | 111101 |
Color Harmonies of #9548ED
Complementary color
Monochromatic Colors of #9548ED
Black with #9548ED
Text Example
Text Example
White with #9548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9548ED; }
p { color: rgb(149,72,237); }
H1.HeaderClassName
{
color: #9548ED;
}
.AnyTagClassName
{
color: #9548ED;
}
</style>
background-color css
<style>
a { background-color: #9548ED; }
a { background-color: rgb(149,72,237); }
div.DivClassName
{
background-color: #9548ED;
}
.BgClassName
{
background-color: #9548ED;
}
</style>
border-color css
<style>
span { border-color: #9548ED; }
span { border-color: rgb(149,72,237); }
td.TdClassName
{
border-color: #9548ED;
}
.TagClassName
{
border-color: #9548ED;
}
</style>