Shades of Cadillac #8D3E61
Tints of Cadillac #8D3E61
RGB
CMYK
RGB Variations
Color information
#8D3E61 (or 0x8D3E61) is known color: Cadillac. HEX triplet: 8D, 3E and 61. RGB value is (141,62,97). Sum of RGB (Red+Green+Blue) = 141+62+97=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3E61 is #72C19E. Grayscale: #595959. Windows color (decimal): -7520671 or 6373005. OLE color: 6373005.
HSL color Cylindrical-coordinate representation of color #8D3E61: hue angle of 333.42º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D3E61 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 97 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.45 |
| HSL | 333.42º | 0.39% | 0.4% | - |
| HSV(B) | 333.42º | 0.56% | 0.55% | - |
| XYZ | 14.86 | 9.97 | 12.45 | - |
| YUV | 89.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 97 | 0 | 0.56 | 0.31 | 0.45 | 333.42 | 0.39 | 0.4 |
| Hex | 8D | 3E | 61 | 0 | 38 | 1F | 2D | 14D | 27 | 28 |
| Octal | 215 | 76 | 141 | 0 | 70 | 37 | 55 | 515 | 47 | 50 |
| Binary | 10001101 | 111110 | 1100001 | 0 | 111000 | 11111 | 101101 | 101001101 | 100111 | 101000 |
Color Harmonies of #8D3E61
Complementary color
Monochromatic Colors of #8D3E61
Black with #8D3E61
Text Example
Text Example
White with #8D3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E61; }
p { color: rgb(141,62,97); }
H1.HeaderClassName
{
color: #8D3E61;
}
.AnyTagClassName
{
color: #8D3E61;
}
</style>
background-color css
<style>
a { background-color: #8D3E61; }
a { background-color: rgb(141,62,97); }
div.DivClassName
{
background-color: #8D3E61;
}
.BgClassName
{
background-color: #8D3E61;
}
</style>
border-color css
<style>
span { border-color: #8D3E61; }
span { border-color: rgb(141,62,97); }
td.TdClassName
{
border-color: #8D3E61;
}
.TagClassName
{
border-color: #8D3E61;
}
</style>