Shades of Deep Lilac #824FC3
Tints of Deep Lilac #824FC3
RGB
CMYK
RGB Variations
Color information
#824FC3 (or 0x824FC3) is known color: Deep Lilac. HEX triplet: 82, 4F and C3. RGB value is (130,79,195). Sum of RGB (Red+Green+Blue) = 130+79+195=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #824FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FC3 is #7DB03C. Grayscale: #6B6B6B. Windows color (decimal): -8237117 or 12799874. OLE color: 12799874.
HSL color Cylindrical-coordinate representation of color #824FC3: hue angle of 266.38º degrees, saturation: 0.49, 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 #824FC3 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 79 | 195 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.24 |
| HSL | 266.38º | 0.49% | 0.54% | - |
| HSV(B) | 266.38º | 0.59% | 0.76% | - |
| XYZ | 21.85 | 14.28 | 53.23 | - |
| YUV | 107.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 195 | 0.33 | 0.59 | 0 | 0.24 | 266.38 | 0.49 | 0.54 |
| Hex | 82 | 4F | C3 | 21 | 3B | 0 | 18 | 10A | 31 | 36 |
| Octal | 202 | 117 | 303 | 41 | 73 | 0 | 30 | 412 | 61 | 66 |
| Binary | 10000010 | 1001111 | 11000011 | 100001 | 111011 | 0 | 11000 | 100001010 | 110001 | 110110 |
Color Harmonies of #824FC3
Complementary color
Monochromatic Colors of #824FC3
Black with #824FC3
Text Example
Text Example
White with #824FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FC3; }
p { color: rgb(130,79,195); }
H1.HeaderClassName
{
color: #824FC3;
}
.AnyTagClassName
{
color: #824FC3;
}
</style>
background-color css
<style>
a { background-color: #824FC3; }
a { background-color: rgb(130,79,195); }
div.DivClassName
{
background-color: #824FC3;
}
.BgClassName
{
background-color: #824FC3;
}
</style>
border-color css
<style>
span { border-color: #824FC3; }
span { border-color: rgb(130,79,195); }
td.TdClassName
{
border-color: #824FC3;
}
.TagClassName
{
border-color: #824FC3;
}
</style>