Shades of Cadillac #8F3F63
Tints of Cadillac #8F3F63
RGB
CMYK
RGB Variations
Color information
#8F3F63 (or 0x8F3F63) is known color: Cadillac. HEX triplet: 8F, 3F and 63. RGB value is (143,63,99). Sum of RGB (Red+Green+Blue) = 143+63+99=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F63 is #70C09C. Grayscale: #5A5A5A. Windows color (decimal): -7389341 or 6504335. OLE color: 6504335.
HSL color Cylindrical-coordinate representation of color #8F3F63: hue angle of 333º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F63 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 99 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.44 |
| HSL | 333º | 0.39% | 0.4% | - |
| HSV(B) | 333º | 0.56% | 0.56% | - |
| XYZ | 15.36 | 10.3 | 12.98 | - |
| YUV | 91.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 99 | 0 | 0.56 | 0.31 | 0.44 | 333 | 0.39 | 0.4 |
| Hex | 8F | 3F | 63 | 0 | 38 | 1F | 2C | 14D | 27 | 28 |
| Octal | 217 | 77 | 143 | 0 | 70 | 37 | 54 | 515 | 47 | 50 |
| Binary | 10001111 | 111111 | 1100011 | 0 | 111000 | 11111 | 101100 | 101001101 | 100111 | 101000 |
Color Harmonies of #8F3F63
Complementary color
Monochromatic Colors of #8F3F63
Black with #8F3F63
Text Example
Text Example
White with #8F3F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F63; }
p { color: rgb(143,63,99); }
H1.HeaderClassName
{
color: #8F3F63;
}
.AnyTagClassName
{
color: #8F3F63;
}
</style>
background-color css
<style>
a { background-color: #8F3F63; }
a { background-color: rgb(143,63,99); }
div.DivClassName
{
background-color: #8F3F63;
}
.BgClassName
{
background-color: #8F3F63;
}
</style>
border-color css
<style>
span { border-color: #8F3F63; }
span { border-color: rgb(143,63,99); }
td.TdClassName
{
border-color: #8F3F63;
}
.TagClassName
{
border-color: #8F3F63;
}
</style>