Shades of Deep Lilac #9250CD
Tints of Deep Lilac #9250CD
RGB
CMYK
RGB Variations
Color information
#9250CD (or 0x9250CD) is known color: Deep Lilac. HEX triplet: 92, 50 and CD. RGB value is (146,80,205). Sum of RGB (Red+Green+Blue) = 146+80+205=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #9250CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250CD is #6DAF32. Grayscale: #717171. Windows color (decimal): -7188275 or 13455506. OLE color: 13455506.
HSL color Cylindrical-coordinate representation of color #9250CD: hue angle of 271.68º degrees, saturation: 0.56, 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 #9250CD is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 80 | 205 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.20 |
| HSL | 271.68º | 0.56% | 0.56% | - |
| HSV(B) | 271.68º | 0.61% | 0.8% | - |
| XYZ | 25.74 | 16.26 | 59.54 | - |
| YUV | 113.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 205 | 0.29 | 0.61 | 0 | 0.20 | 271.68 | 0.56 | 0.56 |
| Hex | 92 | 50 | CD | 1D | 3D | 0 | 14 | 110 | 38 | 38 |
| Octal | 222 | 120 | 315 | 35 | 75 | 0 | 24 | 420 | 70 | 70 |
| Binary | 10010010 | 1010000 | 11001101 | 11101 | 111101 | 0 | 10100 | 100010000 | 111000 | 111000 |
Color Harmonies of #9250CD
Complementary color
Monochromatic Colors of #9250CD
Black with #9250CD
Text Example
Text Example
White with #9250CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9250CD; }
p { color: rgb(146,80,205); }
H1.HeaderClassName
{
color: #9250CD;
}
.AnyTagClassName
{
color: #9250CD;
}
</style>
background-color css
<style>
a { background-color: #9250CD; }
a { background-color: rgb(146,80,205); }
div.DivClassName
{
background-color: #9250CD;
}
.BgClassName
{
background-color: #9250CD;
}
</style>
border-color css
<style>
span { border-color: #9250CD; }
span { border-color: rgb(146,80,205); }
td.TdClassName
{
border-color: #9250CD;
}
.TagClassName
{
border-color: #9250CD;
}
</style>