Shades of Deep Lilac #955AC1
Tints of Deep Lilac #955AC1
RGB
CMYK
RGB Variations
Color information
#955AC1 (or 0x955AC1) is known color: Deep Lilac. HEX triplet: 95, 5A and C1. RGB value is (149,90,193). Sum of RGB (Red+Green+Blue) = 149+90+193=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #955AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AC1 is #6AA53E. Grayscale: #777777. Windows color (decimal): -6989119 or 12671637. OLE color: 12671637.
HSL color Cylindrical-coordinate representation of color #955AC1: hue angle of 274.37º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955AC1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 90 | 193 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.24 |
| HSL | 274.37º | 0.45% | 0.55% | - |
| HSV(B) | 274.37º | 0.53% | 0.76% | - |
| XYZ | 25.68 | 17.55 | 52.49 | - |
| YUV | 119.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 193 | 0.23 | 0.53 | 0 | 0.24 | 274.37 | 0.45 | 0.55 |
| Hex | 95 | 5A | C1 | 17 | 35 | 0 | 18 | 112 | 2D | 37 |
| Octal | 225 | 132 | 301 | 27 | 65 | 0 | 30 | 422 | 55 | 67 |
| Binary | 10010101 | 1011010 | 11000001 | 10111 | 110101 | 0 | 11000 | 100010010 | 101101 | 110111 |
Color Harmonies of #955AC1
Complementary color
Monochromatic Colors of #955AC1
Black with #955AC1
Text Example
Text Example
White with #955AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AC1; }
p { color: rgb(149,90,193); }
H1.HeaderClassName
{
color: #955AC1;
}
.AnyTagClassName
{
color: #955AC1;
}
</style>
background-color css
<style>
a { background-color: #955AC1; }
a { background-color: rgb(149,90,193); }
div.DivClassName
{
background-color: #955AC1;
}
.BgClassName
{
background-color: #955AC1;
}
</style>
border-color css
<style>
span { border-color: #955AC1; }
span { border-color: rgb(149,90,193); }
td.TdClassName
{
border-color: #955AC1;
}
.TagClassName
{
border-color: #955AC1;
}
</style>