Shades of Deep Lilac #953CB3
Tints of Deep Lilac #953CB3
RGB
CMYK
RGB Variations
Color information
#953CB3 (or 0x953CB3) is known color: Deep Lilac. HEX triplet: 95, 3C and B3. RGB value is (149,60,179). Sum of RGB (Red+Green+Blue) = 149+60+179=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #953CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CB3 is #6AC34C. Grayscale: #636363. Windows color (decimal): -6996813 or 11746453. OLE color: 11746453.
HSL color Cylindrical-coordinate representation of color #953CB3: hue angle of 284.87º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953CB3 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 60 | 179 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.30 |
| HSL | 284.87º | 0.5% | 0.47% | - |
| HSV(B) | 284.87º | 0.66% | 0.7% | - |
| XYZ | 22.15 | 12.88 | 43.97 | - |
| YUV | 100.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 179 | 0.17 | 0.66 | 0 | 0.30 | 284.87 | 0.5 | 0.47 |
| Hex | 95 | 3C | B3 | 11 | 42 | 0 | 1E | 11D | 32 | 2F |
| Octal | 225 | 74 | 263 | 21 | 102 | 0 | 36 | 435 | 62 | 57 |
| Binary | 10010101 | 111100 | 10110011 | 10001 | 1000010 | 0 | 11110 | 100011101 | 110010 | 101111 |
Color Harmonies of #953CB3
Complementary color
Monochromatic Colors of #953CB3
Black with #953CB3
Text Example
Text Example
White with #953CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CB3; }
p { color: rgb(149,60,179); }
H1.HeaderClassName
{
color: #953CB3;
}
.AnyTagClassName
{
color: #953CB3;
}
</style>
background-color css
<style>
a { background-color: #953CB3; }
a { background-color: rgb(149,60,179); }
div.DivClassName
{
background-color: #953CB3;
}
.BgClassName
{
background-color: #953CB3;
}
</style>
border-color css
<style>
span { border-color: #953CB3; }
span { border-color: rgb(149,60,179); }
td.TdClassName
{
border-color: #953CB3;
}
.TagClassName
{
border-color: #953CB3;
}
</style>