Shades of Deep Lilac #9458BF
Tints of Deep Lilac #9458BF
RGB
CMYK
RGB Variations
Color information
#9458BF (or 0x9458BF) is known color: Deep Lilac. HEX triplet: 94, 58 and BF. RGB value is (148,88,191). Sum of RGB (Red+Green+Blue) = 148+88+191=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #9458BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BF is #6BA740. Grayscale: #757575. Windows color (decimal): -7055169 or 12540052. OLE color: 12540052.
HSL color Cylindrical-coordinate representation of color #9458BF: hue angle of 274.95º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9458BF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 88 | 191 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.25 |
| HSL | 274.95º | 0.45% | 0.55% | - |
| HSV(B) | 274.95º | 0.54% | 0.75% | - |
| XYZ | 25.11 | 17.04 | 51.26 | - |
| YUV | 117.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 191 | 0.23 | 0.54 | 0 | 0.25 | 274.95 | 0.45 | 0.55 |
| Hex | 94 | 58 | BF | 17 | 36 | 0 | 19 | 113 | 2D | 37 |
| Octal | 224 | 130 | 277 | 27 | 66 | 0 | 31 | 423 | 55 | 67 |
| Binary | 10010100 | 1011000 | 10111111 | 10111 | 110110 | 0 | 11001 | 100010011 | 101101 | 110111 |
Color Harmonies of #9458BF
Complementary color
Monochromatic Colors of #9458BF
Black with #9458BF
Text Example
Text Example
White with #9458BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458BF; }
p { color: rgb(148,88,191); }
H1.HeaderClassName
{
color: #9458BF;
}
.AnyTagClassName
{
color: #9458BF;
}
</style>
background-color css
<style>
a { background-color: #9458BF; }
a { background-color: rgb(148,88,191); }
div.DivClassName
{
background-color: #9458BF;
}
.BgClassName
{
background-color: #9458BF;
}
</style>
border-color css
<style>
span { border-color: #9458BF; }
span { border-color: rgb(148,88,191); }
td.TdClassName
{
border-color: #9458BF;
}
.TagClassName
{
border-color: #9458BF;
}
</style>