Shades of Cadillac #8F396A
Tints of Cadillac #8F396A
RGB
CMYK
RGB Variations
Color information
#8F396A (or 0x8F396A) is known color: Cadillac. HEX triplet: 8F, 39 and 6A. RGB value is (143,57,106). Sum of RGB (Red+Green+Blue) = 143+57+106=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F396A is #70C695. Grayscale: #585858. Windows color (decimal): -7390870 or 6961551. OLE color: 6961551.
HSL color Cylindrical-coordinate representation of color #8F396A: hue angle of 325.81º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F396A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 106 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.44 |
| HSL | 325.81º | 0.43% | 0.39% | - |
| HSV(B) | 325.81º | 0.6% | 0.56% | - |
| XYZ | 15.39 | 9.81 | 14.72 | - |
| YUV | 88.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 106 | 0 | 0.60 | 0.26 | 0.44 | 325.81 | 0.43 | 0.39 |
| Hex | 8F | 39 | 6A | 0 | 3C | 1A | 2C | 146 | 2B | 27 |
| Octal | 217 | 71 | 152 | 0 | 74 | 32 | 54 | 506 | 53 | 47 |
| Binary | 10001111 | 111001 | 1101010 | 0 | 111100 | 11010 | 101100 | 101000110 | 101011 | 100111 |
Color Harmonies of #8F396A
Complementary color
Monochromatic Colors of #8F396A
Black with #8F396A
Text Example
Text Example
White with #8F396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F396A; }
p { color: rgb(143,57,106); }
H1.HeaderClassName
{
color: #8F396A;
}
.AnyTagClassName
{
color: #8F396A;
}
</style>
background-color css
<style>
a { background-color: #8F396A; }
a { background-color: rgb(143,57,106); }
div.DivClassName
{
background-color: #8F396A;
}
.BgClassName
{
background-color: #8F396A;
}
</style>
border-color css
<style>
span { border-color: #8F396A; }
span { border-color: rgb(143,57,106); }
td.TdClassName
{
border-color: #8F396A;
}
.TagClassName
{
border-color: #8F396A;
}
</style>