Shades of Deep Lilac #9550C7
Tints of Deep Lilac #9550C7
RGB
CMYK
RGB Variations
Color information
#9550C7 (or 0x9550C7) is known color: Deep Lilac. HEX triplet: 95, 50 and C7. RGB value is (149,80,199). Sum of RGB (Red+Green+Blue) = 149+80+199=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #9550C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550C7 is #6AAF38. Grayscale: #717171. Windows color (decimal): -6991673 or 13062293. OLE color: 13062293.
HSL color Cylindrical-coordinate representation of color #9550C7: hue angle of 274.79º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9550C7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 80 | 199 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.22 |
| HSL | 274.79º | 0.52% | 0.55% | - |
| HSV(B) | 274.79º | 0.6% | 0.78% | - |
| XYZ | 25.57 | 16.25 | 55.82 | - |
| YUV | 114.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 199 | 0.25 | 0.60 | 0 | 0.22 | 274.79 | 0.52 | 0.55 |
| Hex | 95 | 50 | C7 | 19 | 3C | 0 | 16 | 113 | 34 | 37 |
| Octal | 225 | 120 | 307 | 31 | 74 | 0 | 26 | 423 | 64 | 67 |
| Binary | 10010101 | 1010000 | 11000111 | 11001 | 111100 | 0 | 10110 | 100010011 | 110100 | 110111 |
Color Harmonies of #9550C7
Complementary color
Monochromatic Colors of #9550C7
Black with #9550C7
Text Example
Text Example
White with #9550C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550C7; }
p { color: rgb(149,80,199); }
H1.HeaderClassName
{
color: #9550C7;
}
.AnyTagClassName
{
color: #9550C7;
}
</style>
background-color css
<style>
a { background-color: #9550C7; }
a { background-color: rgb(149,80,199); }
div.DivClassName
{
background-color: #9550C7;
}
.BgClassName
{
background-color: #9550C7;
}
</style>
border-color css
<style>
span { border-color: #9550C7; }
span { border-color: rgb(149,80,199); }
td.TdClassName
{
border-color: #9550C7;
}
.TagClassName
{
border-color: #9550C7;
}
</style>