Shades of Cadillac #8E3B6C
Tints of Cadillac #8E3B6C
RGB
CMYK
RGB Variations
Color information
#8E3B6C (or 0x8E3B6C) is known color: Cadillac. HEX triplet: 8E, 3B and 6C. RGB value is (142,59,108). Sum of RGB (Red+Green+Blue) = 142+59+108=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3B6C is #71C493. Grayscale: #595959. Windows color (decimal): -7455892 or 7093134. OLE color: 7093134.
HSL color Cylindrical-coordinate representation of color #8E3B6C: hue angle of 324.58º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3B6C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 108 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.44 |
| HSL | 324.58º | 0.41% | 0.39% | - |
| HSV(B) | 324.58º | 0.58% | 0.56% | - |
| XYZ | 15.43 | 9.96 | 15.3 | - |
| YUV | 89.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 108 | 0 | 0.58 | 0.24 | 0.44 | 324.58 | 0.41 | 0.39 |
| Hex | 8E | 3B | 6C | 0 | 3A | 18 | 2C | 145 | 29 | 27 |
| Octal | 216 | 73 | 154 | 0 | 72 | 30 | 54 | 505 | 51 | 47 |
| Binary | 10001110 | 111011 | 1101100 | 0 | 111010 | 11000 | 101100 | 101000101 | 101001 | 100111 |
Color Harmonies of #8E3B6C
Complementary color
Monochromatic Colors of #8E3B6C
Black with #8E3B6C
Text Example
Text Example
White with #8E3B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B6C; }
p { color: rgb(142,59,108); }
H1.HeaderClassName
{
color: #8E3B6C;
}
.AnyTagClassName
{
color: #8E3B6C;
}
</style>
background-color css
<style>
a { background-color: #8E3B6C; }
a { background-color: rgb(142,59,108); }
div.DivClassName
{
background-color: #8E3B6C;
}
.BgClassName
{
background-color: #8E3B6C;
}
</style>
border-color css
<style>
span { border-color: #8E3B6C; }
span { border-color: rgb(142,59,108); }
td.TdClassName
{
border-color: #8E3B6C;
}
.TagClassName
{
border-color: #8E3B6C;
}
</style>