Shades of Deep Lilac #8A43B6
Tints of Deep Lilac #8A43B6
RGB
CMYK
RGB Variations
Color information
#8A43B6 (or 0x8A43B6) is known color: Deep Lilac. HEX triplet: 8A, 43 and B6. RGB value is (138,67,182). Sum of RGB (Red+Green+Blue) = 138+67+182=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A43B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A43B6 is #75BC49. Grayscale: #646464. Windows color (decimal): -7715914 or 11944842. OLE color: 11944842.
HSL color Cylindrical-coordinate representation of color #8A43B6: hue angle of 277.04º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A43B6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 67 | 182 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.29 |
| HSL | 277.04º | 0.46% | 0.49% | - |
| HSV(B) | 277.04º | 0.63% | 0.71% | - |
| XYZ | 20.93 | 12.79 | 45.62 | - |
| YUV | 101.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 182 | 0.24 | 0.63 | 0 | 0.29 | 277.04 | 0.46 | 0.49 |
| Hex | 8A | 43 | B6 | 18 | 3F | 0 | 1D | 115 | 2E | 31 |
| Octal | 212 | 103 | 266 | 30 | 77 | 0 | 35 | 425 | 56 | 61 |
| Binary | 10001010 | 1000011 | 10110110 | 11000 | 111111 | 0 | 11101 | 100010101 | 101110 | 110001 |
Color Harmonies of #8A43B6
Complementary color
Monochromatic Colors of #8A43B6
Black with #8A43B6
Text Example
Text Example
White with #8A43B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A43B6; }
p { color: rgb(138,67,182); }
H1.HeaderClassName
{
color: #8A43B6;
}
.AnyTagClassName
{
color: #8A43B6;
}
</style>
background-color css
<style>
a { background-color: #8A43B6; }
a { background-color: rgb(138,67,182); }
div.DivClassName
{
background-color: #8A43B6;
}
.BgClassName
{
background-color: #8A43B6;
}
</style>
border-color css
<style>
span { border-color: #8A43B6; }
span { border-color: rgb(138,67,182); }
td.TdClassName
{
border-color: #8A43B6;
}
.TagClassName
{
border-color: #8A43B6;
}
</style>