Shades of Deep Lilac #9452CB
Tints of Deep Lilac #9452CB
RGB
CMYK
RGB Variations
Color information
#9452CB (or 0x9452CB) is known color: Deep Lilac. HEX triplet: 94, 52 and CB. RGB value is (148,82,203). Sum of RGB (Red+Green+Blue) = 148+82+203=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9452CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452CB is #6BAD34. Grayscale: #737373. Windows color (decimal): -7056693 or 13324948. OLE color: 13324948.
HSL color Cylindrical-coordinate representation of color #9452CB: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9452CB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 82 | 203 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.20 |
| HSL | 272.73º | 0.54% | 0.56% | - |
| HSV(B) | 272.73º | 0.6% | 0.8% | - |
| XYZ | 26.01 | 16.64 | 58.34 | - |
| YUV | 115.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 203 | 0.27 | 0.60 | 0 | 0.20 | 272.73 | 0.54 | 0.56 |
| Hex | 94 | 52 | CB | 1B | 3C | 0 | 14 | 111 | 36 | 38 |
| Octal | 224 | 122 | 313 | 33 | 74 | 0 | 24 | 421 | 66 | 70 |
| Binary | 10010100 | 1010010 | 11001011 | 11011 | 111100 | 0 | 10100 | 100010001 | 110110 | 111000 |
Color Harmonies of #9452CB
Complementary color
Monochromatic Colors of #9452CB
Black with #9452CB
Text Example
Text Example
White with #9452CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452CB; }
p { color: rgb(148,82,203); }
H1.HeaderClassName
{
color: #9452CB;
}
.AnyTagClassName
{
color: #9452CB;
}
</style>
background-color css
<style>
a { background-color: #9452CB; }
a { background-color: rgb(148,82,203); }
div.DivClassName
{
background-color: #9452CB;
}
.BgClassName
{
background-color: #9452CB;
}
</style>
border-color css
<style>
span { border-color: #9452CB; }
span { border-color: rgb(148,82,203); }
td.TdClassName
{
border-color: #9452CB;
}
.TagClassName
{
border-color: #9452CB;
}
</style>