Shades of Deep Lilac #9762B4
Tints of Deep Lilac #9762B4
RGB
CMYK
RGB Variations
Color information
#9762B4 (or 0x9762B4) is known color: Deep Lilac. HEX triplet: 97, 62 and B4. RGB value is (151,98,180). Sum of RGB (Red+Green+Blue) = 151+98+180=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9762B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762B4 is #689D4B. Grayscale: #7A7A7A. Windows color (decimal): -6856012 or 11821719. OLE color: 11821719.
HSL color Cylindrical-coordinate representation of color #9762B4: hue angle of 278.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9762B4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 98 | 180 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.29 |
| HSL | 278.78º | 0.35% | 0.55% | - |
| HSV(B) | 278.78º | 0.46% | 0.71% | - |
| XYZ | 25.37 | 18.61 | 45.44 | - |
| YUV | 123.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 180 | 0.16 | 0.46 | 0 | 0.29 | 278.78 | 0.35 | 0.55 |
| Hex | 97 | 62 | B4 | 10 | 2E | 0 | 1D | 117 | 23 | 37 |
| Octal | 227 | 142 | 264 | 20 | 56 | 0 | 35 | 427 | 43 | 67 |
| Binary | 10010111 | 1100010 | 10110100 | 10000 | 101110 | 0 | 11101 | 100010111 | 100011 | 110111 |
Color Harmonies of #9762B4
Complementary color
Monochromatic Colors of #9762B4
Black with #9762B4
Text Example
Text Example
White with #9762B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762B4; }
p { color: rgb(151,98,180); }
H1.HeaderClassName
{
color: #9762B4;
}
.AnyTagClassName
{
color: #9762B4;
}
</style>
background-color css
<style>
a { background-color: #9762B4; }
a { background-color: rgb(151,98,180); }
div.DivClassName
{
background-color: #9762B4;
}
.BgClassName
{
background-color: #9762B4;
}
</style>
border-color css
<style>
span { border-color: #9762B4; }
span { border-color: rgb(151,98,180); }
td.TdClassName
{
border-color: #9762B4;
}
.TagClassName
{
border-color: #9762B4;
}
</style>