Shades of Deep Lilac #8A4BCC
Tints of Deep Lilac #8A4BCC
RGB
CMYK
RGB Variations
Color information
#8A4BCC (or 0x8A4BCC) is known color: Deep Lilac. HEX triplet: 8A, 4B and CC. RGB value is (138,75,204). Sum of RGB (Red+Green+Blue) = 138+75+204=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BCC is #75B433. Grayscale: #6C6C6C. Windows color (decimal): -7713844 or 13388682. OLE color: 13388682.
HSL color Cylindrical-coordinate representation of color #8A4BCC: hue angle of 269.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A4BCC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 75 | 204 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.2 |
| HSL | 269.3º | 0.56% | 0.55% | - |
| HSV(B) | 269.3º | 0.63% | 0.8% | - |
| XYZ | 23.9 | 14.8 | 58.72 | - |
| YUV | 108.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 204 | 0.32 | 0.63 | 0 | 0.2 | 269.3 | 0.56 | 0.55 |
| Hex | 8A | 4B | CC | 20 | 3F | 0 | 14 | 10D | 38 | 37 |
| Octal | 212 | 113 | 314 | 40 | 77 | 0 | 24 | 415 | 70 | 67 |
| Binary | 10001010 | 1001011 | 11001100 | 100000 | 111111 | 0 | 10100 | 100001101 | 111000 | 110111 |
Color Harmonies of #8A4BCC
Complementary color
Monochromatic Colors of #8A4BCC
Black with #8A4BCC
Text Example
Text Example
White with #8A4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BCC; }
p { color: rgb(138,75,204); }
H1.HeaderClassName
{
color: #8A4BCC;
}
.AnyTagClassName
{
color: #8A4BCC;
}
</style>
background-color css
<style>
a { background-color: #8A4BCC; }
a { background-color: rgb(138,75,204); }
div.DivClassName
{
background-color: #8A4BCC;
}
.BgClassName
{
background-color: #8A4BCC;
}
</style>
border-color css
<style>
span { border-color: #8A4BCC; }
span { border-color: rgb(138,75,204); }
td.TdClassName
{
border-color: #8A4BCC;
}
.TagClassName
{
border-color: #8A4BCC;
}
</style>