Shades of Deep Lilac #9450CC
Tints of Deep Lilac #9450CC
RGB
CMYK
RGB Variations
Color information
#9450CC (or 0x9450CC) is known color: Deep Lilac. HEX triplet: 94, 50 and CC. RGB value is (148,80,204). Sum of RGB (Red+Green+Blue) = 148+80+204=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #9450CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450CC is #6BAF33. Grayscale: #727272. Windows color (decimal): -7057204 or 13389972. OLE color: 13389972.
HSL color Cylindrical-coordinate representation of color #9450CC: hue angle of 272.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9450CC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 80 | 204 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.2 |
| HSL | 272.9º | 0.55% | 0.56% | - |
| HSV(B) | 272.9º | 0.61% | 0.8% | - |
| XYZ | 25.98 | 16.39 | 58.92 | - |
| YUV | 114.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 204 | 0.27 | 0.61 | 0 | 0.2 | 272.9 | 0.55 | 0.56 |
| Hex | 94 | 50 | CC | 1B | 3D | 0 | 14 | 111 | 37 | 38 |
| Octal | 224 | 120 | 314 | 33 | 75 | 0 | 24 | 421 | 67 | 70 |
| Binary | 10010100 | 1010000 | 11001100 | 11011 | 111101 | 0 | 10100 | 100010001 | 110111 | 111000 |
Color Harmonies of #9450CC
Complementary color
Monochromatic Colors of #9450CC
Black with #9450CC
Text Example
Text Example
White with #9450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450CC; }
p { color: rgb(148,80,204); }
H1.HeaderClassName
{
color: #9450CC;
}
.AnyTagClassName
{
color: #9450CC;
}
</style>
background-color css
<style>
a { background-color: #9450CC; }
a { background-color: rgb(148,80,204); }
div.DivClassName
{
background-color: #9450CC;
}
.BgClassName
{
background-color: #9450CC;
}
</style>
border-color css
<style>
span { border-color: #9450CC; }
span { border-color: rgb(148,80,204); }
td.TdClassName
{
border-color: #9450CC;
}
.TagClassName
{
border-color: #9450CC;
}
</style>