Shades of Deep Lilac #9355BE
Tints of Deep Lilac #9355BE
RGB
CMYK
RGB Variations
Color information
#9355BE (or 0x9355BE) is known color: Deep Lilac. HEX triplet: 93, 55 and BE. RGB value is (147,85,190). Sum of RGB (Red+Green+Blue) = 147+85+190=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9355BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355BE is #6CAA41. Grayscale: #737373. Windows color (decimal): -7121474 or 12473747. OLE color: 12473747.
HSL color Cylindrical-coordinate representation of color #9355BE: hue angle of 275.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9355BE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 85 | 190 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.25 |
| HSL | 275.43º | 0.45% | 0.54% | - |
| HSV(B) | 275.43º | 0.55% | 0.75% | - |
| XYZ | 24.58 | 16.42 | 50.59 | - |
| YUV | 115.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 190 | 0.23 | 0.55 | 0 | 0.25 | 275.43 | 0.45 | 0.54 |
| Hex | 93 | 55 | BE | 17 | 37 | 0 | 19 | 113 | 2D | 36 |
| Octal | 223 | 125 | 276 | 27 | 67 | 0 | 31 | 423 | 55 | 66 |
| Binary | 10010011 | 1010101 | 10111110 | 10111 | 110111 | 0 | 11001 | 100010011 | 101101 | 110110 |
Color Harmonies of #9355BE
Complementary color
Monochromatic Colors of #9355BE
Black with #9355BE
Text Example
Text Example
White with #9355BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355BE; }
p { color: rgb(147,85,190); }
H1.HeaderClassName
{
color: #9355BE;
}
.AnyTagClassName
{
color: #9355BE;
}
</style>
background-color css
<style>
a { background-color: #9355BE; }
a { background-color: rgb(147,85,190); }
div.DivClassName
{
background-color: #9355BE;
}
.BgClassName
{
background-color: #9355BE;
}
</style>
border-color css
<style>
span { border-color: #9355BE; }
span { border-color: rgb(147,85,190); }
td.TdClassName
{
border-color: #9355BE;
}
.TagClassName
{
border-color: #9355BE;
}
</style>