Shades of Deep Lilac #9355B4
Tints of Deep Lilac #9355B4
RGB
CMYK
RGB Variations
Color information
#9355B4 (or 0x9355B4) is known color: Deep Lilac. HEX triplet: 93, 55 and B4. RGB value is (147,85,180). Sum of RGB (Red+Green+Blue) = 147+85+180=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #9355B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355B4 is #6CAA4B. Grayscale: #727272. Windows color (decimal): -7121484 or 11818387. OLE color: 11818387.
HSL color Cylindrical-coordinate representation of color #9355B4: hue angle of 279.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9355B4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 85 | 180 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.29 |
| HSL | 279.16º | 0.39% | 0.52% | - |
| HSV(B) | 279.16º | 0.53% | 0.71% | - |
| XYZ | 23.52 | 16 | 45.03 | - |
| YUV | 114.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 180 | 0.18 | 0.53 | 0 | 0.29 | 279.16 | 0.39 | 0.52 |
| Hex | 93 | 55 | B4 | 12 | 35 | 0 | 1D | 117 | 27 | 34 |
| Octal | 223 | 125 | 264 | 22 | 65 | 0 | 35 | 427 | 47 | 64 |
| Binary | 10010011 | 1010101 | 10110100 | 10010 | 110101 | 0 | 11101 | 100010111 | 100111 | 110100 |
Color Harmonies of #9355B4
Complementary color
Monochromatic Colors of #9355B4
Black with #9355B4
Text Example
Text Example
White with #9355B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355B4; }
p { color: rgb(147,85,180); }
H1.HeaderClassName
{
color: #9355B4;
}
.AnyTagClassName
{
color: #9355B4;
}
</style>
background-color css
<style>
a { background-color: #9355B4; }
a { background-color: rgb(147,85,180); }
div.DivClassName
{
background-color: #9355B4;
}
.BgClassName
{
background-color: #9355B4;
}
</style>
border-color css
<style>
span { border-color: #9355B4; }
span { border-color: rgb(147,85,180); }
td.TdClassName
{
border-color: #9355B4;
}
.TagClassName
{
border-color: #9355B4;
}
</style>