Shades of Deep Lilac #9F3DB4
Tints of Deep Lilac #9F3DB4
RGB
CMYK
RGB Variations
Color information
#9F3DB4 (or 0x9F3DB4) is known color: Deep Lilac. HEX triplet: 9F, 3D and B4. RGB value is (159,61,180). Sum of RGB (Red+Green+Blue) = 159+61+180=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F3DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DB4 is #60C24B. Grayscale: #676767. Windows color (decimal): -6341196 or 11812255. OLE color: 11812255.
HSL color Cylindrical-coordinate representation of color #9F3DB4: hue angle of 289.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3DB4 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 61 | 180 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.29 |
| HSL | 289.41º | 0.49% | 0.47% | - |
| HSV(B) | 289.41º | 0.66% | 0.71% | - |
| XYZ | 24.21 | 14 | 44.61 | - |
| YUV | 103.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 180 | 0.12 | 0.66 | 0 | 0.29 | 289.41 | 0.49 | 0.47 |
| Hex | 9F | 3D | B4 | C | 42 | 0 | 1D | 121 | 31 | 2F |
| Octal | 237 | 75 | 264 | 14 | 102 | 0 | 35 | 441 | 61 | 57 |
| Binary | 10011111 | 111101 | 10110100 | 1100 | 1000010 | 0 | 11101 | 100100001 | 110001 | 101111 |
Color Harmonies of #9F3DB4
Complementary color
Monochromatic Colors of #9F3DB4
Black with #9F3DB4
Text Example
Text Example
White with #9F3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DB4; }
p { color: rgb(159,61,180); }
H1.HeaderClassName
{
color: #9F3DB4;
}
.AnyTagClassName
{
color: #9F3DB4;
}
</style>
background-color css
<style>
a { background-color: #9F3DB4; }
a { background-color: rgb(159,61,180); }
div.DivClassName
{
background-color: #9F3DB4;
}
.BgClassName
{
background-color: #9F3DB4;
}
</style>
border-color css
<style>
span { border-color: #9F3DB4; }
span { border-color: rgb(159,61,180); }
td.TdClassName
{
border-color: #9F3DB4;
}
.TagClassName
{
border-color: #9F3DB4;
}
</style>