Shades of Deep Lilac #9A50CA
Tints of Deep Lilac #9A50CA
RGB
CMYK
RGB Variations
Color information
#9A50CA (or 0x9A50CA) is known color: Deep Lilac. HEX triplet: 9A, 50 and CA. RGB value is (154,80,202). Sum of RGB (Red+Green+Blue) = 154+80+202=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50CA is #65AF35. Grayscale: #737373. Windows color (decimal): -6663990 or 13258906. OLE color: 13258906.
HSL color Cylindrical-coordinate representation of color #9A50CA: hue angle of 276.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A50CA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 80 | 202 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.21 |
| HSL | 276.39º | 0.54% | 0.55% | - |
| HSV(B) | 276.39º | 0.6% | 0.79% | - |
| XYZ | 26.86 | 16.87 | 57.72 | - |
| YUV | 116.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 202 | 0.24 | 0.60 | 0 | 0.21 | 276.39 | 0.54 | 0.55 |
| Hex | 9A | 50 | CA | 18 | 3C | 0 | 15 | 114 | 36 | 37 |
| Octal | 232 | 120 | 312 | 30 | 74 | 0 | 25 | 424 | 66 | 67 |
| Binary | 10011010 | 1010000 | 11001010 | 11000 | 111100 | 0 | 10101 | 100010100 | 110110 | 110111 |
Color Harmonies of #9A50CA
Complementary color
Monochromatic Colors of #9A50CA
Black with #9A50CA
Text Example
Text Example
White with #9A50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50CA; }
p { color: rgb(154,80,202); }
H1.HeaderClassName
{
color: #9A50CA;
}
.AnyTagClassName
{
color: #9A50CA;
}
</style>
background-color css
<style>
a { background-color: #9A50CA; }
a { background-color: rgb(154,80,202); }
div.DivClassName
{
background-color: #9A50CA;
}
.BgClassName
{
background-color: #9A50CA;
}
</style>
border-color css
<style>
span { border-color: #9A50CA; }
span { border-color: rgb(154,80,202); }
td.TdClassName
{
border-color: #9A50CA;
}
.TagClassName
{
border-color: #9A50CA;
}
</style>