Shades of Deep Lilac #9552B3
Tints of Deep Lilac #9552B3
RGB
CMYK
RGB Variations
Color information
#9552B3 (or 0x9552B3) is known color: Deep Lilac. HEX triplet: 95, 52 and B3. RGB value is (149,82,179). Sum of RGB (Red+Green+Blue) = 149+82+179=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #9552B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552B3 is #6AAD4C. Grayscale: #707070. Windows color (decimal): -6991181 or 11752085. OLE color: 11752085.
HSL color Cylindrical-coordinate representation of color #9552B3: hue angle of 281.44º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9552B3 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 82 | 179 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.30 |
| HSL | 281.44º | 0.39% | 0.51% | - |
| HSV(B) | 281.44º | 0.54% | 0.7% | - |
| XYZ | 23.55 | 15.68 | 44.43 | - |
| YUV | 113.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 179 | 0.17 | 0.54 | 0 | 0.30 | 281.44 | 0.39 | 0.51 |
| Hex | 95 | 52 | B3 | 11 | 36 | 0 | 1E | 119 | 27 | 33 |
| Octal | 225 | 122 | 263 | 21 | 66 | 0 | 36 | 431 | 47 | 63 |
| Binary | 10010101 | 1010010 | 10110011 | 10001 | 110110 | 0 | 11110 | 100011001 | 100111 | 110011 |
Color Harmonies of #9552B3
Complementary color
Monochromatic Colors of #9552B3
Black with #9552B3
Text Example
Text Example
White with #9552B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9552B3; }
p { color: rgb(149,82,179); }
H1.HeaderClassName
{
color: #9552B3;
}
.AnyTagClassName
{
color: #9552B3;
}
</style>
background-color css
<style>
a { background-color: #9552B3; }
a { background-color: rgb(149,82,179); }
div.DivClassName
{
background-color: #9552B3;
}
.BgClassName
{
background-color: #9552B3;
}
</style>
border-color css
<style>
span { border-color: #9552B3; }
span { border-color: rgb(149,82,179); }
td.TdClassName
{
border-color: #9552B3;
}
.TagClassName
{
border-color: #9552B3;
}
</style>