Shades of Deep Lilac #9150CA
Tints of Deep Lilac #9150CA
RGB
CMYK
RGB Variations
Color information
#9150CA (or 0x9150CA) is known color: Deep Lilac. HEX triplet: 91, 50 and CA. RGB value is (145,80,202). Sum of RGB (Red+Green+Blue) = 145+80+202=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #9150CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150CA is #6EAF35. Grayscale: #707070. Windows color (decimal): -7253814 or 13258897. OLE color: 13258897.
HSL color Cylindrical-coordinate representation of color #9150CA: hue angle of 271.97º 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 #9150CA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 80 | 202 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.21 |
| HSL | 271.97º | 0.54% | 0.55% | - |
| HSV(B) | 271.97º | 0.6% | 0.79% | - |
| XYZ | 25.21 | 16.02 | 57.64 | - |
| YUV | 113.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 202 | 0.28 | 0.60 | 0 | 0.21 | 271.97 | 0.54 | 0.55 |
| Hex | 91 | 50 | CA | 1C | 3C | 0 | 15 | 110 | 36 | 37 |
| Octal | 221 | 120 | 312 | 34 | 74 | 0 | 25 | 420 | 66 | 67 |
| Binary | 10010001 | 1010000 | 11001010 | 11100 | 111100 | 0 | 10101 | 100010000 | 110110 | 110111 |
Color Harmonies of #9150CA
Complementary color
Monochromatic Colors of #9150CA
Black with #9150CA
Text Example
Text Example
White with #9150CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150CA; }
p { color: rgb(145,80,202); }
H1.HeaderClassName
{
color: #9150CA;
}
.AnyTagClassName
{
color: #9150CA;
}
</style>
background-color css
<style>
a { background-color: #9150CA; }
a { background-color: rgb(145,80,202); }
div.DivClassName
{
background-color: #9150CA;
}
.BgClassName
{
background-color: #9150CA;
}
</style>
border-color css
<style>
span { border-color: #9150CA; }
span { border-color: rgb(145,80,202); }
td.TdClassName
{
border-color: #9150CA;
}
.TagClassName
{
border-color: #9150CA;
}
</style>