Shades of Deep Lilac #9662B4
Tints of Deep Lilac #9662B4
RGB
CMYK
RGB Variations
Color information
#9662B4 (or 0x9662B4) is known color: Deep Lilac. HEX triplet: 96, 62 and B4. RGB value is (150,98,180). Sum of RGB (Red+Green+Blue) = 150+98+180=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #9662B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662B4 is #699D4B. Grayscale: #7A7A7A. Windows color (decimal): -6921548 or 11821718. OLE color: 11821718.
HSL color Cylindrical-coordinate representation of color #9662B4: hue angle of 278.05º 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 #9662B4 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 98 | 180 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.29 |
| HSL | 278.05º | 0.35% | 0.55% | - |
| HSV(B) | 278.05º | 0.46% | 0.71% | - |
| XYZ | 25.18 | 18.51 | 45.43 | - |
| YUV | 122.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 180 | 0.17 | 0.46 | 0 | 0.29 | 278.05 | 0.35 | 0.55 |
| Hex | 96 | 62 | B4 | 11 | 2E | 0 | 1D | 116 | 23 | 37 |
| Octal | 226 | 142 | 264 | 21 | 56 | 0 | 35 | 426 | 43 | 67 |
| Binary | 10010110 | 1100010 | 10110100 | 10001 | 101110 | 0 | 11101 | 100010110 | 100011 | 110111 |
Color Harmonies of #9662B4
Complementary color
Monochromatic Colors of #9662B4
Black with #9662B4
Text Example
Text Example
White with #9662B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662B4; }
p { color: rgb(150,98,180); }
H1.HeaderClassName
{
color: #9662B4;
}
.AnyTagClassName
{
color: #9662B4;
}
</style>
background-color css
<style>
a { background-color: #9662B4; }
a { background-color: rgb(150,98,180); }
div.DivClassName
{
background-color: #9662B4;
}
.BgClassName
{
background-color: #9662B4;
}
</style>
border-color css
<style>
span { border-color: #9662B4; }
span { border-color: rgb(150,98,180); }
td.TdClassName
{
border-color: #9662B4;
}
.TagClassName
{
border-color: #9662B4;
}
</style>