Shades of Deep Lilac #954ACF
Tints of Deep Lilac #954ACF
RGB
CMYK
RGB Variations
Color information
#954ACF (or 0x954ACF) is known color: Deep Lilac. HEX triplet: 95, 4A and CF. RGB value is (149,74,207). Sum of RGB (Red+Green+Blue) = 149+74+207=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #954ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ACF is #6AB530. Grayscale: #6F6F6F. Windows color (decimal): -6993201 or 13585045. OLE color: 13585045.
HSL color Cylindrical-coordinate representation of color #954ACF: hue angle of 273.83º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954ACF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 74 | 207 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.19 |
| HSL | 273.83º | 0.58% | 0.55% | - |
| HSV(B) | 273.83º | 0.64% | 0.81% | - |
| XYZ | 26.11 | 15.79 | 60.7 | - |
| YUV | 111.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 207 | 0.28 | 0.64 | 0 | 0.19 | 273.83 | 0.58 | 0.55 |
| Hex | 95 | 4A | CF | 1C | 40 | 0 | 13 | 112 | 3A | 37 |
| Octal | 225 | 112 | 317 | 34 | 100 | 0 | 23 | 422 | 72 | 67 |
| Binary | 10010101 | 1001010 | 11001111 | 11100 | 1000000 | 0 | 10011 | 100010010 | 111010 | 110111 |
Color Harmonies of #954ACF
Complementary color
Monochromatic Colors of #954ACF
Black with #954ACF
Text Example
Text Example
White with #954ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ACF; }
p { color: rgb(149,74,207); }
H1.HeaderClassName
{
color: #954ACF;
}
.AnyTagClassName
{
color: #954ACF;
}
</style>
background-color css
<style>
a { background-color: #954ACF; }
a { background-color: rgb(149,74,207); }
div.DivClassName
{
background-color: #954ACF;
}
.BgClassName
{
background-color: #954ACF;
}
</style>
border-color css
<style>
span { border-color: #954ACF; }
span { border-color: rgb(149,74,207); }
td.TdClassName
{
border-color: #954ACF;
}
.TagClassName
{
border-color: #954ACF;
}
</style>