Shades of Deep Lilac #954BC7
Tints of Deep Lilac #954BC7
RGB
CMYK
RGB Variations
Color information
#954BC7 (or 0x954BC7) is known color: Deep Lilac. HEX triplet: 95, 4B and C7. RGB value is (149,75,199). Sum of RGB (Red+Green+Blue) = 149+75+199=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #954BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BC7 is #6AB438. Grayscale: #6E6E6E. Windows color (decimal): -6992953 or 13061013. OLE color: 13061013.
HSL color Cylindrical-coordinate representation of color #954BC7: hue angle of 275.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954BC7 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 75 | 199 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.22 |
| HSL | 275.81º | 0.53% | 0.54% | - |
| HSV(B) | 275.81º | 0.62% | 0.78% | - |
| XYZ | 25.22 | 15.55 | 55.7 | - |
| YUV | 111.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 199 | 0.25 | 0.62 | 0 | 0.22 | 275.81 | 0.53 | 0.54 |
| Hex | 95 | 4B | C7 | 19 | 3E | 0 | 16 | 114 | 35 | 36 |
| Octal | 225 | 113 | 307 | 31 | 76 | 0 | 26 | 424 | 65 | 66 |
| Binary | 10010101 | 1001011 | 11000111 | 11001 | 111110 | 0 | 10110 | 100010100 | 110101 | 110110 |
Color Harmonies of #954BC7
Complementary color
Monochromatic Colors of #954BC7
Black with #954BC7
Text Example
Text Example
White with #954BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BC7; }
p { color: rgb(149,75,199); }
H1.HeaderClassName
{
color: #954BC7;
}
.AnyTagClassName
{
color: #954BC7;
}
</style>
background-color css
<style>
a { background-color: #954BC7; }
a { background-color: rgb(149,75,199); }
div.DivClassName
{
background-color: #954BC7;
}
.BgClassName
{
background-color: #954BC7;
}
</style>
border-color css
<style>
span { border-color: #954BC7; }
span { border-color: rgb(149,75,199); }
td.TdClassName
{
border-color: #954BC7;
}
.TagClassName
{
border-color: #954BC7;
}
</style>