Shades of Deep Lilac #8A40BC
Tints of Deep Lilac #8A40BC
RGB
CMYK
RGB Variations
Color information
#8A40BC (or 0x8A40BC) is known color: Deep Lilac. HEX triplet: 8A, 40 and BC. RGB value is (138,64,188). Sum of RGB (Red+Green+Blue) = 138+64+188=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40BC is #75BF43. Grayscale: #636363. Windows color (decimal): -7716676 or 12337290. OLE color: 12337290.
HSL color Cylindrical-coordinate representation of color #8A40BC: hue angle of 275.81º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A40BC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 64 | 188 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.26 |
| HSL | 275.81º | 0.49% | 0.49% | - |
| HSV(B) | 275.81º | 0.66% | 0.74% | - |
| XYZ | 21.39 | 12.7 | 48.9 | - |
| YUV | 100.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 188 | 0.27 | 0.66 | 0 | 0.26 | 275.81 | 0.49 | 0.49 |
| Hex | 8A | 40 | BC | 1B | 42 | 0 | 1A | 114 | 31 | 31 |
| Octal | 212 | 100 | 274 | 33 | 102 | 0 | 32 | 424 | 61 | 61 |
| Binary | 10001010 | 1000000 | 10111100 | 11011 | 1000010 | 0 | 11010 | 100010100 | 110001 | 110001 |
Color Harmonies of #8A40BC
Complementary color
Monochromatic Colors of #8A40BC
Black with #8A40BC
Text Example
Text Example
White with #8A40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A40BC; }
p { color: rgb(138,64,188); }
H1.HeaderClassName
{
color: #8A40BC;
}
.AnyTagClassName
{
color: #8A40BC;
}
</style>
background-color css
<style>
a { background-color: #8A40BC; }
a { background-color: rgb(138,64,188); }
div.DivClassName
{
background-color: #8A40BC;
}
.BgClassName
{
background-color: #8A40BC;
}
</style>
border-color css
<style>
span { border-color: #8A40BC; }
span { border-color: rgb(138,64,188); }
td.TdClassName
{
border-color: #8A40BC;
}
.TagClassName
{
border-color: #8A40BC;
}
</style>