Shades of Cadillac #8F3E71
Tints of Cadillac #8F3E71
RGB
CMYK
RGB Variations
Color information
#8F3E71 (or 0x8F3E71) is known color: Cadillac. HEX triplet: 8F, 3E and 71. RGB value is (143,62,113). Sum of RGB (Red+Green+Blue) = 143+62+113=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3E71 is #70C18E. Grayscale: #5B5B5B. Windows color (decimal): -7389583 or 7421583. OLE color: 7421583.
HSL color Cylindrical-coordinate representation of color #8F3E71: hue angle of 322.22º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3E71 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 113 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.44 |
| HSL | 322.22º | 0.4% | 0.4% | - |
| HSV(B) | 322.22º | 0.57% | 0.56% | - |
| XYZ | 16.03 | 10.48 | 16.8 | - |
| YUV | 92.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 113 | 0 | 0.57 | 0.21 | 0.44 | 322.22 | 0.4 | 0.4 |
| Hex | 8F | 3E | 71 | 0 | 39 | 15 | 2C | 142 | 28 | 28 |
| Octal | 217 | 76 | 161 | 0 | 71 | 25 | 54 | 502 | 50 | 50 |
| Binary | 10001111 | 111110 | 1110001 | 0 | 111001 | 10101 | 101100 | 101000010 | 101000 | 101000 |
Color Harmonies of #8F3E71
Complementary color
Monochromatic Colors of #8F3E71
Black with #8F3E71
Text Example
Text Example
White with #8F3E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E71; }
p { color: rgb(143,62,113); }
H1.HeaderClassName
{
color: #8F3E71;
}
.AnyTagClassName
{
color: #8F3E71;
}
</style>
background-color css
<style>
a { background-color: #8F3E71; }
a { background-color: rgb(143,62,113); }
div.DivClassName
{
background-color: #8F3E71;
}
.BgClassName
{
background-color: #8F3E71;
}
</style>
border-color css
<style>
span { border-color: #8F3E71; }
span { border-color: rgb(143,62,113); }
td.TdClassName
{
border-color: #8F3E71;
}
.TagClassName
{
border-color: #8F3E71;
}
</style>