Shades of Deep Lilac #9750CB
Tints of Deep Lilac #9750CB
RGB
CMYK
RGB Variations
Color information
#9750CB (or 0x9750CB) is known color: Deep Lilac. HEX triplet: 97, 50 and CB. RGB value is (151,80,203). Sum of RGB (Red+Green+Blue) = 151+80+203=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #9750CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750CB is #68AF34. Grayscale: #727272. Windows color (decimal): -6860597 or 13324439. OLE color: 13324439.
HSL color Cylindrical-coordinate representation of color #9750CB: hue angle of 274.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9750CB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 80 | 203 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.20 |
| HSL | 274.63º | 0.54% | 0.55% | - |
| HSV(B) | 274.63º | 0.61% | 0.8% | - |
| XYZ | 26.41 | 16.63 | 58.32 | - |
| YUV | 115.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 203 | 0.26 | 0.61 | 0 | 0.20 | 274.63 | 0.54 | 0.55 |
| Hex | 97 | 50 | CB | 1A | 3D | 0 | 14 | 113 | 36 | 37 |
| Octal | 227 | 120 | 313 | 32 | 75 | 0 | 24 | 423 | 66 | 67 |
| Binary | 10010111 | 1010000 | 11001011 | 11010 | 111101 | 0 | 10100 | 100010011 | 110110 | 110111 |
Color Harmonies of #9750CB
Complementary color
Monochromatic Colors of #9750CB
Black with #9750CB
Text Example
Text Example
White with #9750CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750CB; }
p { color: rgb(151,80,203); }
H1.HeaderClassName
{
color: #9750CB;
}
.AnyTagClassName
{
color: #9750CB;
}
</style>
background-color css
<style>
a { background-color: #9750CB; }
a { background-color: rgb(151,80,203); }
div.DivClassName
{
background-color: #9750CB;
}
.BgClassName
{
background-color: #9750CB;
}
</style>
border-color css
<style>
span { border-color: #9750CB; }
span { border-color: rgb(151,80,203); }
td.TdClassName
{
border-color: #9750CB;
}
.TagClassName
{
border-color: #9750CB;
}
</style>