Shades of Deep Lilac #935FB3
Tints of Deep Lilac #935FB3
RGB
CMYK
RGB Variations
Color information
#935FB3 (or 0x935FB3) is known color: Deep Lilac. HEX triplet: 93, 5F and B3. RGB value is (147,95,179). Sum of RGB (Red+Green+Blue) = 147+95+179=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #935FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FB3 is #6CA04C. Grayscale: #777777. Windows color (decimal): -7118925 or 11755411. OLE color: 11755411.
HSL color Cylindrical-coordinate representation of color #935FB3: hue angle of 277.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935FB3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 95 | 179 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.30 |
| HSL | 277.14º | 0.36% | 0.54% | - |
| HSV(B) | 277.14º | 0.47% | 0.7% | - |
| XYZ | 24.26 | 17.64 | 44.77 | - |
| YUV | 120.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 179 | 0.18 | 0.47 | 0 | 0.30 | 277.14 | 0.36 | 0.54 |
| Hex | 93 | 5F | B3 | 12 | 2F | 0 | 1E | 115 | 24 | 36 |
| Octal | 223 | 137 | 263 | 22 | 57 | 0 | 36 | 425 | 44 | 66 |
| Binary | 10010011 | 1011111 | 10110011 | 10010 | 101111 | 0 | 11110 | 100010101 | 100100 | 110110 |
Color Harmonies of #935FB3
Complementary color
Monochromatic Colors of #935FB3
Black with #935FB3
Text Example
Text Example
White with #935FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FB3; }
p { color: rgb(147,95,179); }
H1.HeaderClassName
{
color: #935FB3;
}
.AnyTagClassName
{
color: #935FB3;
}
</style>
background-color css
<style>
a { background-color: #935FB3; }
a { background-color: rgb(147,95,179); }
div.DivClassName
{
background-color: #935FB3;
}
.BgClassName
{
background-color: #935FB3;
}
</style>
border-color css
<style>
span { border-color: #935FB3; }
span { border-color: rgb(147,95,179); }
td.TdClassName
{
border-color: #935FB3;
}
.TagClassName
{
border-color: #935FB3;
}
</style>