Shades of Deep Lilac #955AC3
Tints of Deep Lilac #955AC3
RGB
CMYK
RGB Variations
Color information
#955AC3 (or 0x955AC3) is known color: Deep Lilac. HEX triplet: 95, 5A and C3. RGB value is (149,90,195). Sum of RGB (Red+Green+Blue) = 149+90+195=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #955AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AC3 is #6AA53C. Grayscale: #777777. Windows color (decimal): -6989117 or 12802709. OLE color: 12802709.
HSL color Cylindrical-coordinate representation of color #955AC3: hue angle of 273.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955AC3 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 90 | 195 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.24 |
| HSL | 273.71º | 0.47% | 0.56% | - |
| HSV(B) | 273.71º | 0.54% | 0.76% | - |
| XYZ | 25.9 | 17.64 | 53.67 | - |
| YUV | 119.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 195 | 0.24 | 0.54 | 0 | 0.24 | 273.71 | 0.47 | 0.56 |
| Hex | 95 | 5A | C3 | 18 | 36 | 0 | 18 | 112 | 2F | 38 |
| Octal | 225 | 132 | 303 | 30 | 66 | 0 | 30 | 422 | 57 | 70 |
| Binary | 10010101 | 1011010 | 11000011 | 11000 | 110110 | 0 | 11000 | 100010010 | 101111 | 111000 |
Color Harmonies of #955AC3
Complementary color
Monochromatic Colors of #955AC3
Black with #955AC3
Text Example
Text Example
White with #955AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AC3; }
p { color: rgb(149,90,195); }
H1.HeaderClassName
{
color: #955AC3;
}
.AnyTagClassName
{
color: #955AC3;
}
</style>
background-color css
<style>
a { background-color: #955AC3; }
a { background-color: rgb(149,90,195); }
div.DivClassName
{
background-color: #955AC3;
}
.BgClassName
{
background-color: #955AC3;
}
</style>
border-color css
<style>
span { border-color: #955AC3; }
span { border-color: rgb(149,90,195); }
td.TdClassName
{
border-color: #955AC3;
}
.TagClassName
{
border-color: #955AC3;
}
</style>