Shades of Deep Lilac #9750BA
Tints of Deep Lilac #9750BA
RGB
CMYK
RGB Variations
Color information
#9750BA (or 0x9750BA) is known color: Deep Lilac. HEX triplet: 97, 50 and BA. RGB value is (151,80,186). Sum of RGB (Red+Green+Blue) = 151+80+186=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9750BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750BA is #68AF45. Grayscale: #707070. Windows color (decimal): -6860614 or 12210327. OLE color: 12210327.
HSL color Cylindrical-coordinate representation of color #9750BA: hue angle of 280.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9750BA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 80 | 186 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.27 |
| HSL | 280.19º | 0.43% | 0.52% | - |
| HSV(B) | 280.19º | 0.57% | 0.73% | - |
| XYZ | 24.49 | 15.86 | 48.23 | - |
| YUV | 113.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 186 | 0.19 | 0.57 | 0 | 0.27 | 280.19 | 0.43 | 0.52 |
| Hex | 97 | 50 | BA | 13 | 39 | 0 | 1B | 118 | 2B | 34 |
| Octal | 227 | 120 | 272 | 23 | 71 | 0 | 33 | 430 | 53 | 64 |
| Binary | 10010111 | 1010000 | 10111010 | 10011 | 111001 | 0 | 11011 | 100011000 | 101011 | 110100 |
Color Harmonies of #9750BA
Complementary color
Monochromatic Colors of #9750BA
Black with #9750BA
Text Example
Text Example
White with #9750BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750BA; }
p { color: rgb(151,80,186); }
H1.HeaderClassName
{
color: #9750BA;
}
.AnyTagClassName
{
color: #9750BA;
}
</style>
background-color css
<style>
a { background-color: #9750BA; }
a { background-color: rgb(151,80,186); }
div.DivClassName
{
background-color: #9750BA;
}
.BgClassName
{
background-color: #9750BA;
}
</style>
border-color css
<style>
span { border-color: #9750BA; }
span { border-color: rgb(151,80,186); }
td.TdClassName
{
border-color: #9750BA;
}
.TagClassName
{
border-color: #9750BA;
}
</style>