Shades of Deep Lilac #9754C1
Tints of Deep Lilac #9754C1
RGB
CMYK
RGB Variations
Color information
#9754C1 (or 0x9754C1) is known color: Deep Lilac. HEX triplet: 97, 54 and C1. RGB value is (151,84,193). Sum of RGB (Red+Green+Blue) = 151+84+193=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9754C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754C1 is #68AB3E. Grayscale: #747474. Windows color (decimal): -6859583 or 12670103. OLE color: 12670103.
HSL color Cylindrical-coordinate representation of color #9754C1: hue angle of 276.88º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9754C1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 84 | 193 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.24 |
| HSL | 276.88º | 0.47% | 0.54% | - |
| HSV(B) | 276.88º | 0.56% | 0.76% | - |
| XYZ | 25.56 | 16.77 | 52.34 | - |
| YUV | 116.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 193 | 0.22 | 0.56 | 0 | 0.24 | 276.88 | 0.47 | 0.54 |
| Hex | 97 | 54 | C1 | 16 | 38 | 0 | 18 | 115 | 2F | 36 |
| Octal | 227 | 124 | 301 | 26 | 70 | 0 | 30 | 425 | 57 | 66 |
| Binary | 10010111 | 1010100 | 11000001 | 10110 | 111000 | 0 | 11000 | 100010101 | 101111 | 110110 |
Color Harmonies of #9754C1
Complementary color
Monochromatic Colors of #9754C1
Black with #9754C1
Text Example
Text Example
White with #9754C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754C1; }
p { color: rgb(151,84,193); }
H1.HeaderClassName
{
color: #9754C1;
}
.AnyTagClassName
{
color: #9754C1;
}
</style>
background-color css
<style>
a { background-color: #9754C1; }
a { background-color: rgb(151,84,193); }
div.DivClassName
{
background-color: #9754C1;
}
.BgClassName
{
background-color: #9754C1;
}
</style>
border-color css
<style>
span { border-color: #9754C1; }
span { border-color: rgb(151,84,193); }
td.TdClassName
{
border-color: #9754C1;
}
.TagClassName
{
border-color: #9754C1;
}
</style>