Shades of Violet Blue #9448A0
Tints of Violet Blue #9448A0
RGB
CMYK
RGB Variations
Color information
#9448A0 (or 0x9448A0) is known color: Violet Blue. HEX triplet: 94, 48 and A0. RGB value is (148,72,160). Sum of RGB (Red+Green+Blue) = 148+72+160=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #9448A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9448A0 is #6BB75F. Grayscale: #686868. Windows color (decimal): -7059296 or 10504340. OLE color: 10504340.
HSL color Cylindrical-coordinate representation of color #9448A0: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9448A0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 72 | 160 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.37 |
| HSL | 291.82º | 0.38% | 0.45% | - |
| HSV(B) | 291.82º | 0.55% | 0.63% | - |
| XYZ | 20.88 | 13.47 | 34.76 | - |
| YUV | 104.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 160 | 0.07 | 0.55 | 0 | 0.37 | 291.82 | 0.38 | 0.45 |
| Hex | 94 | 48 | A0 | 7 | 37 | 0 | 25 | 124 | 26 | 2D |
| Octal | 224 | 110 | 240 | 7 | 67 | 0 | 45 | 444 | 46 | 55 |
| Binary | 10010100 | 1001000 | 10100000 | 111 | 110111 | 0 | 100101 | 100100100 | 100110 | 101101 |
Color Harmonies of #9448A0
Complementary color
Monochromatic Colors of #9448A0
Black with #9448A0
Text Example
Text Example
White with #9448A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9448A0; }
p { color: rgb(148,72,160); }
H1.HeaderClassName
{
color: #9448A0;
}
.AnyTagClassName
{
color: #9448A0;
}
</style>
background-color css
<style>
a { background-color: #9448A0; }
a { background-color: rgb(148,72,160); }
div.DivClassName
{
background-color: #9448A0;
}
.BgClassName
{
background-color: #9448A0;
}
</style>
border-color css
<style>
span { border-color: #9448A0; }
span { border-color: rgb(148,72,160); }
td.TdClassName
{
border-color: #9448A0;
}
.TagClassName
{
border-color: #9448A0;
}
</style>