Shades of Deep Lilac #9F67B3
Tints of Deep Lilac #9F67B3
RGB
CMYK
RGB Variations
Color information
#9F67B3 (or 0x9F67B3) is known color: Deep Lilac. HEX triplet: 9F, 67 and B3. RGB value is (159,103,179). Sum of RGB (Red+Green+Blue) = 159+103+179=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F67B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67B3 is #60984C. Grayscale: #808080. Windows color (decimal): -6330445 or 11757471. OLE color: 11757471.
HSL color Cylindrical-coordinate representation of color #9F67B3: hue angle of 284.21º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F67B3 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 103 | 179 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.30 |
| HSL | 284.21º | 0.33% | 0.55% | - |
| HSV(B) | 284.21º | 0.42% | 0.7% | - |
| XYZ | 27.29 | 20.33 | 45.13 | - |
| YUV | 128.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 179 | 0.11 | 0.42 | 0 | 0.30 | 284.21 | 0.33 | 0.55 |
| Hex | 9F | 67 | B3 | B | 2A | 0 | 1E | 11C | 21 | 37 |
| Octal | 237 | 147 | 263 | 13 | 52 | 0 | 36 | 434 | 41 | 67 |
| Binary | 10011111 | 1100111 | 10110011 | 1011 | 101010 | 0 | 11110 | 100011100 | 100001 | 110111 |
Color Harmonies of #9F67B3
Complementary color
Monochromatic Colors of #9F67B3
Black with #9F67B3
Text Example
Text Example
White with #9F67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67B3; }
p { color: rgb(159,103,179); }
H1.HeaderClassName
{
color: #9F67B3;
}
.AnyTagClassName
{
color: #9F67B3;
}
</style>
background-color css
<style>
a { background-color: #9F67B3; }
a { background-color: rgb(159,103,179); }
div.DivClassName
{
background-color: #9F67B3;
}
.BgClassName
{
background-color: #9F67B3;
}
</style>
border-color css
<style>
span { border-color: #9F67B3; }
span { border-color: rgb(159,103,179); }
td.TdClassName
{
border-color: #9F67B3;
}
.TagClassName
{
border-color: #9F67B3;
}
</style>