Shades of Deep Lilac #9450C1
Tints of Deep Lilac #9450C1
RGB
CMYK
RGB Variations
Color information
#9450C1 (or 0x9450C1) is known color: Deep Lilac. HEX triplet: 94, 50 and C1. RGB value is (148,80,193). Sum of RGB (Red+Green+Blue) = 148+80+193=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #9450C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450C1 is #6BAF3E. Grayscale: #707070. Windows color (decimal): -7057215 or 12669076. OLE color: 12669076.
HSL color Cylindrical-coordinate representation of color #9450C1: hue angle of 276.11º 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 #9450C1 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 80 | 193 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.24 |
| HSL | 276.11º | 0.48% | 0.54% | - |
| HSV(B) | 276.11º | 0.59% | 0.76% | - |
| XYZ | 24.71 | 15.88 | 52.22 | - |
| YUV | 113.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 193 | 0.23 | 0.59 | 0 | 0.24 | 276.11 | 0.48 | 0.54 |
| Hex | 94 | 50 | C1 | 17 | 3B | 0 | 18 | 114 | 30 | 36 |
| Octal | 224 | 120 | 301 | 27 | 73 | 0 | 30 | 424 | 60 | 66 |
| Binary | 10010100 | 1010000 | 11000001 | 10111 | 111011 | 0 | 11000 | 100010100 | 110000 | 110110 |
Color Harmonies of #9450C1
Complementary color
Monochromatic Colors of #9450C1
Black with #9450C1
Text Example
Text Example
White with #9450C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450C1; }
p { color: rgb(148,80,193); }
H1.HeaderClassName
{
color: #9450C1;
}
.AnyTagClassName
{
color: #9450C1;
}
</style>
background-color css
<style>
a { background-color: #9450C1; }
a { background-color: rgb(148,80,193); }
div.DivClassName
{
background-color: #9450C1;
}
.BgClassName
{
background-color: #9450C1;
}
</style>
border-color css
<style>
span { border-color: #9450C1; }
span { border-color: rgb(148,80,193); }
td.TdClassName
{
border-color: #9450C1;
}
.TagClassName
{
border-color: #9450C1;
}
</style>