Shades of Deep Lilac #9D5CC1
Tints of Deep Lilac #9D5CC1
RGB
CMYK
RGB Variations
Color information
#9D5CC1 (or 0x9D5CC1) is known color: Deep Lilac. HEX triplet: 9D, 5C and C1. RGB value is (157,92,193). Sum of RGB (Red+Green+Blue) = 157+92+193=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D5CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CC1 is #62A33E. Grayscale: #7A7A7A. Windows color (decimal): -6464319 or 12672157. OLE color: 12672157.
HSL color Cylindrical-coordinate representation of color #9D5CC1: hue angle of 278.61º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D5CC1 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 92 | 193 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.24 |
| HSL | 278.61º | 0.45% | 0.56% | - |
| HSV(B) | 278.61º | 0.52% | 0.76% | - |
| XYZ | 27.36 | 18.67 | 52.61 | - |
| YUV | 122.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 193 | 0.19 | 0.52 | 0 | 0.24 | 278.61 | 0.45 | 0.56 |
| Hex | 9D | 5C | C1 | 13 | 34 | 0 | 18 | 117 | 2D | 38 |
| Octal | 235 | 134 | 301 | 23 | 64 | 0 | 30 | 427 | 55 | 70 |
| Binary | 10011101 | 1011100 | 11000001 | 10011 | 110100 | 0 | 11000 | 100010111 | 101101 | 111000 |
Color Harmonies of #9D5CC1
Complementary color
Monochromatic Colors of #9D5CC1
Black with #9D5CC1
Text Example
Text Example
White with #9D5CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5CC1; }
p { color: rgb(157,92,193); }
H1.HeaderClassName
{
color: #9D5CC1;
}
.AnyTagClassName
{
color: #9D5CC1;
}
</style>
background-color css
<style>
a { background-color: #9D5CC1; }
a { background-color: rgb(157,92,193); }
div.DivClassName
{
background-color: #9D5CC1;
}
.BgClassName
{
background-color: #9D5CC1;
}
</style>
border-color css
<style>
span { border-color: #9D5CC1; }
span { border-color: rgb(157,92,193); }
td.TdClassName
{
border-color: #9D5CC1;
}
.TagClassName
{
border-color: #9D5CC1;
}
</style>