Shades of Deep Lilac #954BD3
Tints of Deep Lilac #954BD3
RGB
CMYK
RGB Variations
Color information
#954BD3 (or 0x954BD3) is known color: Deep Lilac. HEX triplet: 95, 4B and D3. RGB value is (149,75,211). Sum of RGB (Red+Green+Blue) = 149+75+211=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #954BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BD3 is #6AB42C. Grayscale: #707070. Windows color (decimal): -6992941 or 13847445. OLE color: 13847445.
HSL color Cylindrical-coordinate representation of color #954BD3: hue angle of 272.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954BD3 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 75 | 211 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.17 |
| HSL | 272.65º | 0.61% | 0.56% | - |
| HSV(B) | 272.65º | 0.64% | 0.83% | - |
| XYZ | 26.67 | 16.12 | 63.33 | - |
| YUV | 112.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 211 | 0.29 | 0.64 | 0 | 0.17 | 272.65 | 0.61 | 0.56 |
| Hex | 95 | 4B | D3 | 1D | 40 | 0 | 11 | 111 | 3D | 38 |
| Octal | 225 | 113 | 323 | 35 | 100 | 0 | 21 | 421 | 75 | 70 |
| Binary | 10010101 | 1001011 | 11010011 | 11101 | 1000000 | 0 | 10001 | 100010001 | 111101 | 111000 |
Color Harmonies of #954BD3
Complementary color
Monochromatic Colors of #954BD3
Black with #954BD3
Text Example
Text Example
White with #954BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BD3; }
p { color: rgb(149,75,211); }
H1.HeaderClassName
{
color: #954BD3;
}
.AnyTagClassName
{
color: #954BD3;
}
</style>
background-color css
<style>
a { background-color: #954BD3; }
a { background-color: rgb(149,75,211); }
div.DivClassName
{
background-color: #954BD3;
}
.BgClassName
{
background-color: #954BD3;
}
</style>
border-color css
<style>
span { border-color: #954BD3; }
span { border-color: rgb(149,75,211); }
td.TdClassName
{
border-color: #954BD3;
}
.TagClassName
{
border-color: #954BD3;
}
</style>