Shades of Deep Lilac #9462BC
Tints of Deep Lilac #9462BC
RGB
CMYK
RGB Variations
Color information
#9462BC (or 0x9462BC) is known color: Deep Lilac. HEX triplet: 94, 62 and BC. RGB value is (148,98,188). Sum of RGB (Red+Green+Blue) = 148+98+188=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #9462BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BC is #6B9D43. Grayscale: #7A7A7A. Windows color (decimal): -7052612 or 12346004. OLE color: 12346004.
HSL color Cylindrical-coordinate representation of color #9462BC: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9462BC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 98 | 188 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.26 |
| HSL | 273.33º | 0.4% | 0.56% | - |
| HSV(B) | 273.33º | 0.48% | 0.74% | - |
| XYZ | 25.66 | 18.66 | 49.83 | - |
| YUV | 123.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 188 | 0.21 | 0.48 | 0 | 0.26 | 273.33 | 0.4 | 0.56 |
| Hex | 94 | 62 | BC | 15 | 30 | 0 | 1A | 111 | 28 | 38 |
| Octal | 224 | 142 | 274 | 25 | 60 | 0 | 32 | 421 | 50 | 70 |
| Binary | 10010100 | 1100010 | 10111100 | 10101 | 110000 | 0 | 11010 | 100010001 | 101000 | 111000 |
Color Harmonies of #9462BC
Complementary color
Monochromatic Colors of #9462BC
Black with #9462BC
Text Example
Text Example
White with #9462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462BC; }
p { color: rgb(148,98,188); }
H1.HeaderClassName
{
color: #9462BC;
}
.AnyTagClassName
{
color: #9462BC;
}
</style>
background-color css
<style>
a { background-color: #9462BC; }
a { background-color: rgb(148,98,188); }
div.DivClassName
{
background-color: #9462BC;
}
.BgClassName
{
background-color: #9462BC;
}
</style>
border-color css
<style>
span { border-color: #9462BC; }
span { border-color: rgb(148,98,188); }
td.TdClassName
{
border-color: #9462BC;
}
.TagClassName
{
border-color: #9462BC;
}
</style>