Shades of Deep Lilac #955ABD
Tints of Deep Lilac #955ABD
RGB
CMYK
RGB Variations
Color information
#955ABD (or 0x955ABD) is known color: Deep Lilac. HEX triplet: 95, 5A and BD. RGB value is (149,90,189). Sum of RGB (Red+Green+Blue) = 149+90+189=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #955ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ABD is #6AA542. Grayscale: #767676. Windows color (decimal): -6989123 or 12409493. OLE color: 12409493.
HSL color Cylindrical-coordinate representation of color #955ABD: hue angle of 275.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955ABD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 90 | 189 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.26 |
| HSL | 275.76º | 0.43% | 0.55% | - |
| HSV(B) | 275.76º | 0.52% | 0.74% | - |
| XYZ | 25.24 | 17.38 | 50.17 | - |
| YUV | 118.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 189 | 0.21 | 0.52 | 0 | 0.26 | 275.76 | 0.43 | 0.55 |
| Hex | 95 | 5A | BD | 15 | 34 | 0 | 1A | 114 | 2B | 37 |
| Octal | 225 | 132 | 275 | 25 | 64 | 0 | 32 | 424 | 53 | 67 |
| Binary | 10010101 | 1011010 | 10111101 | 10101 | 110100 | 0 | 11010 | 100010100 | 101011 | 110111 |
Color Harmonies of #955ABD
Complementary color
Monochromatic Colors of #955ABD
Black with #955ABD
Text Example
Text Example
White with #955ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ABD; }
p { color: rgb(149,90,189); }
H1.HeaderClassName
{
color: #955ABD;
}
.AnyTagClassName
{
color: #955ABD;
}
</style>
background-color css
<style>
a { background-color: #955ABD; }
a { background-color: rgb(149,90,189); }
div.DivClassName
{
background-color: #955ABD;
}
.BgClassName
{
background-color: #955ABD;
}
</style>
border-color css
<style>
span { border-color: #955ABD; }
span { border-color: rgb(149,90,189); }
td.TdClassName
{
border-color: #955ABD;
}
.TagClassName
{
border-color: #955ABD;
}
</style>