Shades of Deep Lilac #955CAA
Tints of Deep Lilac #955CAA
RGB
CMYK
RGB Variations
Color information
#955CAA (or 0x955CAA) is known color: Deep Lilac. HEX triplet: 95, 5C and AA. RGB value is (149,92,170). Sum of RGB (Red+Green+Blue) = 149+92+170=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #955CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CAA is #6AA355. Grayscale: #757575. Windows color (decimal): -6988630 or 11164821. OLE color: 11164821.
HSL color Cylindrical-coordinate representation of color #955CAA: hue angle of 283.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955CAA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 92 | 170 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.33 |
| HSL | 283.85º | 0.31% | 0.51% | - |
| HSV(B) | 283.85º | 0.46% | 0.67% | - |
| XYZ | 23.48 | 16.95 | 40.06 | - |
| YUV | 117.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 170 | 0.12 | 0.46 | 0 | 0.33 | 283.85 | 0.31 | 0.51 |
| Hex | 95 | 5C | AA | C | 2E | 0 | 21 | 11C | 1F | 33 |
| Octal | 225 | 134 | 252 | 14 | 56 | 0 | 41 | 434 | 37 | 63 |
| Binary | 10010101 | 1011100 | 10101010 | 1100 | 101110 | 0 | 100001 | 100011100 | 11111 | 110011 |
Color Harmonies of #955CAA
Complementary color
Monochromatic Colors of #955CAA
Black with #955CAA
Text Example
Text Example
White with #955CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CAA; }
p { color: rgb(149,92,170); }
H1.HeaderClassName
{
color: #955CAA;
}
.AnyTagClassName
{
color: #955CAA;
}
</style>
background-color css
<style>
a { background-color: #955CAA; }
a { background-color: rgb(149,92,170); }
div.DivClassName
{
background-color: #955CAA;
}
.BgClassName
{
background-color: #955CAA;
}
</style>
border-color css
<style>
span { border-color: #955CAA; }
span { border-color: rgb(149,92,170); }
td.TdClassName
{
border-color: #955CAA;
}
.TagClassName
{
border-color: #955CAA;
}
</style>