Shades of Deep Lilac #935DB8
Tints of Deep Lilac #935DB8
RGB
CMYK
RGB Variations
Color information
#935DB8 (or 0x935DB8) is known color: Deep Lilac. HEX triplet: 93, 5D and B8. RGB value is (147,93,184). Sum of RGB (Red+Green+Blue) = 147+93+184=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #935DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DB8 is #6CA247. Grayscale: #777777. Windows color (decimal): -7119432 or 12082579. OLE color: 12082579.
HSL color Cylindrical-coordinate representation of color #935DB8: hue angle of 275.6º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935DB8 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 93 | 184 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.28 |
| HSL | 275.6º | 0.39% | 0.54% | - |
| HSV(B) | 275.6º | 0.49% | 0.72% | - |
| XYZ | 24.6 | 17.49 | 47.43 | - |
| YUV | 119.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 184 | 0.20 | 0.49 | 0 | 0.28 | 275.6 | 0.39 | 0.54 |
| Hex | 93 | 5D | B8 | 14 | 31 | 0 | 1C | 114 | 27 | 36 |
| Octal | 223 | 135 | 270 | 24 | 61 | 0 | 34 | 424 | 47 | 66 |
| Binary | 10010011 | 1011101 | 10111000 | 10100 | 110001 | 0 | 11100 | 100010100 | 100111 | 110110 |
Color Harmonies of #935DB8
Complementary color
Monochromatic Colors of #935DB8
Black with #935DB8
Text Example
Text Example
White with #935DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DB8; }
p { color: rgb(147,93,184); }
H1.HeaderClassName
{
color: #935DB8;
}
.AnyTagClassName
{
color: #935DB8;
}
</style>
background-color css
<style>
a { background-color: #935DB8; }
a { background-color: rgb(147,93,184); }
div.DivClassName
{
background-color: #935DB8;
}
.BgClassName
{
background-color: #935DB8;
}
</style>
border-color css
<style>
span { border-color: #935DB8; }
span { border-color: rgb(147,93,184); }
td.TdClassName
{
border-color: #935DB8;
}
.TagClassName
{
border-color: #935DB8;
}
</style>