Shades of Deep Lilac #9562B3
Tints of Deep Lilac #9562B3
RGB
CMYK
RGB Variations
Color information
#9562B3 (or 0x9562B3) is known color: Deep Lilac. HEX triplet: 95, 62 and B3. RGB value is (149,98,179). Sum of RGB (Red+Green+Blue) = 149+98+179=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #9562B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562B3 is #6A9D4C. Grayscale: #7A7A7A. Windows color (decimal): -6987085 or 11756181. OLE color: 11756181.
HSL color Cylindrical-coordinate representation of color #9562B3: hue angle of 277.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9562B3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 98 | 179 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.30 |
| HSL | 277.78º | 0.35% | 0.54% | - |
| HSV(B) | 277.78º | 0.45% | 0.7% | - |
| XYZ | 24.9 | 18.38 | 44.88 | - |
| YUV | 122.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 179 | 0.17 | 0.45 | 0 | 0.30 | 277.78 | 0.35 | 0.54 |
| Hex | 95 | 62 | B3 | 11 | 2D | 0 | 1E | 116 | 23 | 36 |
| Octal | 225 | 142 | 263 | 21 | 55 | 0 | 36 | 426 | 43 | 66 |
| Binary | 10010101 | 1100010 | 10110011 | 10001 | 101101 | 0 | 11110 | 100010110 | 100011 | 110110 |
Color Harmonies of #9562B3
Complementary color
Monochromatic Colors of #9562B3
Black with #9562B3
Text Example
Text Example
White with #9562B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562B3; }
p { color: rgb(149,98,179); }
H1.HeaderClassName
{
color: #9562B3;
}
.AnyTagClassName
{
color: #9562B3;
}
</style>
background-color css
<style>
a { background-color: #9562B3; }
a { background-color: rgb(149,98,179); }
div.DivClassName
{
background-color: #9562B3;
}
.BgClassName
{
background-color: #9562B3;
}
</style>
border-color css
<style>
span { border-color: #9562B3; }
span { border-color: rgb(149,98,179); }
td.TdClassName
{
border-color: #9562B3;
}
.TagClassName
{
border-color: #9562B3;
}
</style>