Shades of Deep Lilac #9A50BE
Tints of Deep Lilac #9A50BE
RGB
CMYK
RGB Variations
Color information
#9A50BE (or 0x9A50BE) is known color: Deep Lilac. HEX triplet: 9A, 50 and BE. RGB value is (154,80,190). Sum of RGB (Red+Green+Blue) = 154+80+190=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50BE is #65AF41. Grayscale: #727272. Windows color (decimal): -6664002 or 12472474. OLE color: 12472474.
HSL color Cylindrical-coordinate representation of color #9A50BE: hue angle of 280.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A50BE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 80 | 190 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.25 |
| HSL | 280.36º | 0.46% | 0.53% | - |
| HSV(B) | 280.36º | 0.58% | 0.75% | - |
| XYZ | 25.49 | 16.33 | 50.52 | - |
| YUV | 114.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 190 | 0.19 | 0.58 | 0 | 0.25 | 280.36 | 0.46 | 0.53 |
| Hex | 9A | 50 | BE | 13 | 3A | 0 | 19 | 118 | 2E | 35 |
| Octal | 232 | 120 | 276 | 23 | 72 | 0 | 31 | 430 | 56 | 65 |
| Binary | 10011010 | 1010000 | 10111110 | 10011 | 111010 | 0 | 11001 | 100011000 | 101110 | 110101 |
Color Harmonies of #9A50BE
Complementary color
Monochromatic Colors of #9A50BE
Black with #9A50BE
Text Example
Text Example
White with #9A50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50BE; }
p { color: rgb(154,80,190); }
H1.HeaderClassName
{
color: #9A50BE;
}
.AnyTagClassName
{
color: #9A50BE;
}
</style>
background-color css
<style>
a { background-color: #9A50BE; }
a { background-color: rgb(154,80,190); }
div.DivClassName
{
background-color: #9A50BE;
}
.BgClassName
{
background-color: #9A50BE;
}
</style>
border-color css
<style>
span { border-color: #9A50BE; }
span { border-color: rgb(154,80,190); }
td.TdClassName
{
border-color: #9A50BE;
}
.TagClassName
{
border-color: #9A50BE;
}
</style>