Shades of Deep Lilac #9A5FB8
Tints of Deep Lilac #9A5FB8
RGB
CMYK
RGB Variations
Color information
#9A5FB8 (or 0x9A5FB8) is known color: Deep Lilac. HEX triplet: 9A, 5F and B8. RGB value is (154,95,184). Sum of RGB (Red+Green+Blue) = 154+95+184=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A5FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FB8 is #65A047. Grayscale: #7A7A7A. Windows color (decimal): -6660168 or 12083098. OLE color: 12083098.
HSL color Cylindrical-coordinate representation of color #9A5FB8: hue angle of 279.78º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5FB8 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 95 | 184 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.28 |
| HSL | 279.78º | 0.39% | 0.55% | - |
| HSV(B) | 279.78º | 0.48% | 0.72% | - |
| XYZ | 26.07 | 18.52 | 47.55 | - |
| YUV | 122.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 184 | 0.16 | 0.48 | 0 | 0.28 | 279.78 | 0.39 | 0.55 |
| Hex | 9A | 5F | B8 | 10 | 30 | 0 | 1C | 118 | 27 | 37 |
| Octal | 232 | 137 | 270 | 20 | 60 | 0 | 34 | 430 | 47 | 67 |
| Binary | 10011010 | 1011111 | 10111000 | 10000 | 110000 | 0 | 11100 | 100011000 | 100111 | 110111 |
Color Harmonies of #9A5FB8
Complementary color
Monochromatic Colors of #9A5FB8
Black with #9A5FB8
Text Example
Text Example
White with #9A5FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5FB8; }
p { color: rgb(154,95,184); }
H1.HeaderClassName
{
color: #9A5FB8;
}
.AnyTagClassName
{
color: #9A5FB8;
}
</style>
background-color css
<style>
a { background-color: #9A5FB8; }
a { background-color: rgb(154,95,184); }
div.DivClassName
{
background-color: #9A5FB8;
}
.BgClassName
{
background-color: #9A5FB8;
}
</style>
border-color css
<style>
span { border-color: #9A5FB8; }
span { border-color: rgb(154,95,184); }
td.TdClassName
{
border-color: #9A5FB8;
}
.TagClassName
{
border-color: #9A5FB8;
}
</style>