Shades of Deep Lilac #834ABC
Tints of Deep Lilac #834ABC
RGB
CMYK
RGB Variations
Color information
#834ABC (or 0x834ABC) is known color: Deep Lilac. HEX triplet: 83, 4A and BC. RGB value is (131,74,188). Sum of RGB (Red+Green+Blue) = 131+74+188=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #834ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ABC is #7CB543. Grayscale: #676767. Windows color (decimal): -8172868 or 12339843. OLE color: 12339843.
HSL color Cylindrical-coordinate representation of color #834ABC: hue angle of 270º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834ABC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 74 | 188 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.26 |
| HSL | 270º | 0.46% | 0.51% | - |
| HSV(B) | 270º | 0.61% | 0.74% | - |
| XYZ | 20.89 | 13.35 | 49.05 | - |
| YUV | 104.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 188 | 0.30 | 0.61 | 0 | 0.26 | 270 | 0.46 | 0.51 |
| Hex | 83 | 4A | BC | 1E | 3D | 0 | 1A | 10E | 2E | 33 |
| Octal | 203 | 112 | 274 | 36 | 75 | 0 | 32 | 416 | 56 | 63 |
| Binary | 10000011 | 1001010 | 10111100 | 11110 | 111101 | 0 | 11010 | 100001110 | 101110 | 110011 |
Color Harmonies of #834ABC
Complementary color
Monochromatic Colors of #834ABC
Black with #834ABC
Text Example
Text Example
White with #834ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ABC; }
p { color: rgb(131,74,188); }
H1.HeaderClassName
{
color: #834ABC;
}
.AnyTagClassName
{
color: #834ABC;
}
</style>
background-color css
<style>
a { background-color: #834ABC; }
a { background-color: rgb(131,74,188); }
div.DivClassName
{
background-color: #834ABC;
}
.BgClassName
{
background-color: #834ABC;
}
</style>
border-color css
<style>
span { border-color: #834ABC; }
span { border-color: rgb(131,74,188); }
td.TdClassName
{
border-color: #834ABC;
}
.TagClassName
{
border-color: #834ABC;
}
</style>