Shades of Deep Lilac #9450C2
Tints of Deep Lilac #9450C2
RGB
CMYK
RGB Variations
Color information
#9450C2 (or 0x9450C2) is known color: Deep Lilac. HEX triplet: 94, 50 and C2. RGB value is (148,80,194). Sum of RGB (Red+Green+Blue) = 148+80+194=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #9450C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450C2 is #6BAF3D. Grayscale: #707070. Windows color (decimal): -7057214 or 12734612. OLE color: 12734612.
HSL color Cylindrical-coordinate representation of color #9450C2: hue angle of 275.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9450C2 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 80 | 194 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.24 |
| HSL | 275.79º | 0.48% | 0.54% | - |
| HSV(B) | 275.79º | 0.59% | 0.76% | - |
| XYZ | 24.82 | 15.93 | 52.81 | - |
| YUV | 113.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 194 | 0.24 | 0.59 | 0 | 0.24 | 275.79 | 0.48 | 0.54 |
| Hex | 94 | 50 | C2 | 18 | 3B | 0 | 18 | 114 | 30 | 36 |
| Octal | 224 | 120 | 302 | 30 | 73 | 0 | 30 | 424 | 60 | 66 |
| Binary | 10010100 | 1010000 | 11000010 | 11000 | 111011 | 0 | 11000 | 100010100 | 110000 | 110110 |
Color Harmonies of #9450C2
Complementary color
Monochromatic Colors of #9450C2
Black with #9450C2
Text Example
Text Example
White with #9450C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450C2; }
p { color: rgb(148,80,194); }
H1.HeaderClassName
{
color: #9450C2;
}
.AnyTagClassName
{
color: #9450C2;
}
</style>
background-color css
<style>
a { background-color: #9450C2; }
a { background-color: rgb(148,80,194); }
div.DivClassName
{
background-color: #9450C2;
}
.BgClassName
{
background-color: #9450C2;
}
</style>
border-color css
<style>
span { border-color: #9450C2; }
span { border-color: rgb(148,80,194); }
td.TdClassName
{
border-color: #9450C2;
}
.TagClassName
{
border-color: #9450C2;
}
</style>