Shades of Deep Lilac #935AB4
Tints of Deep Lilac #935AB4
RGB
CMYK
RGB Variations
Color information
#935AB4 (or 0x935AB4) is known color: Deep Lilac. HEX triplet: 93, 5A and B4. RGB value is (147,90,180). Sum of RGB (Red+Green+Blue) = 147+90+180=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #935AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AB4 is #6CA54B. Grayscale: #747474. Windows color (decimal): -7120204 or 11819667. OLE color: 11819667.
HSL color Cylindrical-coordinate representation of color #935AB4: hue angle of 278º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935AB4 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 90 | 180 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.29 |
| HSL | 278º | 0.38% | 0.53% | - |
| HSV(B) | 278º | 0.5% | 0.71% | - |
| XYZ | 23.93 | 16.81 | 45.16 | - |
| YUV | 117.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 180 | 0.18 | 0.50 | 0 | 0.29 | 278 | 0.38 | 0.53 |
| Hex | 93 | 5A | B4 | 12 | 32 | 0 | 1D | 116 | 26 | 35 |
| Octal | 223 | 132 | 264 | 22 | 62 | 0 | 35 | 426 | 46 | 65 |
| Binary | 10010011 | 1011010 | 10110100 | 10010 | 110010 | 0 | 11101 | 100010110 | 100110 | 110101 |
Color Harmonies of #935AB4
Complementary color
Monochromatic Colors of #935AB4
Black with #935AB4
Text Example
Text Example
White with #935AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AB4; }
p { color: rgb(147,90,180); }
H1.HeaderClassName
{
color: #935AB4;
}
.AnyTagClassName
{
color: #935AB4;
}
</style>
background-color css
<style>
a { background-color: #935AB4; }
a { background-color: rgb(147,90,180); }
div.DivClassName
{
background-color: #935AB4;
}
.BgClassName
{
background-color: #935AB4;
}
</style>
border-color css
<style>
span { border-color: #935AB4; }
span { border-color: rgb(147,90,180); }
td.TdClassName
{
border-color: #935AB4;
}
.TagClassName
{
border-color: #935AB4;
}
</style>