Shades of Blue Violet #9748ED
Tints of Blue Violet #9748ED
RGB
CMYK
RGB Variations
Color information
#9748ED (or 0x9748ED) is known color: Blue Violet. HEX triplet: 97, 48 and ED. RGB value is (151,72,237). Sum of RGB (Red+Green+Blue) = 151+72+237=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #9748ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9748ED is #68B712. Grayscale: #717171. Windows color (decimal): -6862611 or 15550615. OLE color: 15550615.
HSL color Cylindrical-coordinate representation of color #9748ED: hue angle of 268.73º 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 #9748ED is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 72 | 237 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.07 |
| HSL | 268.73º | 0.82% | 0.61% | - |
| HSV(B) | 268.73º | 0.7% | 0.93% | - |
| XYZ | 30.37 | 17.33 | 81.87 | - |
| YUV | 114.43 | 197.17 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 237 | 0.36 | 0.70 | 0 | 0.07 | 268.73 | 0.82 | 0.61 |
| Hex | 97 | 48 | ED | 24 | 46 | 0 | 7 | 10D | 52 | 3D |
| Octal | 227 | 110 | 355 | 44 | 106 | 0 | 7 | 415 | 122 | 75 |
| Binary | 10010111 | 1001000 | 11101101 | 100100 | 1000110 | 0 | 111 | 100001101 | 1010010 | 111101 |
Color Harmonies of #9748ED
Complementary color
Monochromatic Colors of #9748ED
Black with #9748ED
Text Example
Text Example
White with #9748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748ED; }
p { color: rgb(151,72,237); }
H1.HeaderClassName
{
color: #9748ED;
}
.AnyTagClassName
{
color: #9748ED;
}
</style>
background-color css
<style>
a { background-color: #9748ED; }
a { background-color: rgb(151,72,237); }
div.DivClassName
{
background-color: #9748ED;
}
.BgClassName
{
background-color: #9748ED;
}
</style>
border-color css
<style>
span { border-color: #9748ED; }
span { border-color: rgb(151,72,237); }
td.TdClassName
{
border-color: #9748ED;
}
.TagClassName
{
border-color: #9748ED;
}
</style>