Shades of Deep Lilac #9553CA
Tints of Deep Lilac #9553CA
RGB
CMYK
RGB Variations
Color information
#9553CA (or 0x9553CA) is known color: Deep Lilac. HEX triplet: 95, 53 and CA. RGB value is (149,83,202). Sum of RGB (Red+Green+Blue) = 149+83+202=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9553CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553CA is #6AAC35. Grayscale: #737373. Windows color (decimal): -6990902 or 13259669. OLE color: 13259669.
HSL color Cylindrical-coordinate representation of color #9553CA: hue angle of 273.28º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9553CA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 83 | 202 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.21 |
| HSL | 273.28º | 0.53% | 0.56% | - |
| HSV(B) | 273.28º | 0.59% | 0.79% | - |
| XYZ | 26.15 | 16.84 | 57.75 | - |
| YUV | 116.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 202 | 0.26 | 0.59 | 0 | 0.21 | 273.28 | 0.53 | 0.56 |
| Hex | 95 | 53 | CA | 1A | 3B | 0 | 15 | 111 | 35 | 38 |
| Octal | 225 | 123 | 312 | 32 | 73 | 0 | 25 | 421 | 65 | 70 |
| Binary | 10010101 | 1010011 | 11001010 | 11010 | 111011 | 0 | 10101 | 100010001 | 110101 | 111000 |
Color Harmonies of #9553CA
Complementary color
Monochromatic Colors of #9553CA
Black with #9553CA
Text Example
Text Example
White with #9553CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9553CA; }
p { color: rgb(149,83,202); }
H1.HeaderClassName
{
color: #9553CA;
}
.AnyTagClassName
{
color: #9553CA;
}
</style>
background-color css
<style>
a { background-color: #9553CA; }
a { background-color: rgb(149,83,202); }
div.DivClassName
{
background-color: #9553CA;
}
.BgClassName
{
background-color: #9553CA;
}
</style>
border-color css
<style>
span { border-color: #9553CA; }
span { border-color: rgb(149,83,202); }
td.TdClassName
{
border-color: #9553CA;
}
.TagClassName
{
border-color: #9553CA;
}
</style>