Shades of Deep Lilac #9546C7
Tints of Deep Lilac #9546C7
RGB
CMYK
RGB Variations
Color information
#9546C7 (or 0x9546C7) is known color: Deep Lilac. HEX triplet: 95, 46 and C7. RGB value is (149,70,199). Sum of RGB (Red+Green+Blue) = 149+70+199=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 199 - color contains mainly: blue. Hex color #9546C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546C7 is #6AB938. Grayscale: #6B6B6B. Windows color (decimal): -6994233 or 13059733. OLE color: 13059733.
HSL color Cylindrical-coordinate representation of color #9546C7: hue angle of 276.74º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9546C7 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 70 | 199 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.22 |
| HSL | 276.74º | 0.54% | 0.53% | - |
| HSV(B) | 276.74º | 0.65% | 0.78% | - |
| XYZ | 24.89 | 14.89 | 55.6 | - |
| YUV | 108.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 199 | 0.25 | 0.65 | 0 | 0.22 | 276.74 | 0.54 | 0.53 |
| Hex | 95 | 46 | C7 | 19 | 41 | 0 | 16 | 115 | 36 | 35 |
| Octal | 225 | 106 | 307 | 31 | 101 | 0 | 26 | 425 | 66 | 65 |
| Binary | 10010101 | 1000110 | 11000111 | 11001 | 1000001 | 0 | 10110 | 100010101 | 110110 | 110101 |
Color Harmonies of #9546C7
Complementary color
Monochromatic Colors of #9546C7
Black with #9546C7
Text Example
Text Example
White with #9546C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546C7; }
p { color: rgb(149,70,199); }
H1.HeaderClassName
{
color: #9546C7;
}
.AnyTagClassName
{
color: #9546C7;
}
</style>
background-color css
<style>
a { background-color: #9546C7; }
a { background-color: rgb(149,70,199); }
div.DivClassName
{
background-color: #9546C7;
}
.BgClassName
{
background-color: #9546C7;
}
</style>
border-color css
<style>
span { border-color: #9546C7; }
span { border-color: rgb(149,70,199); }
td.TdClassName
{
border-color: #9546C7;
}
.TagClassName
{
border-color: #9546C7;
}
</style>