Shades of Cadillac #8D3F6B
Tints of Cadillac #8D3F6B
RGB
CMYK
RGB Variations
Color information
#8D3F6B (or 0x8D3F6B) is known color: Cadillac. HEX triplet: 8D, 3F and 6B. RGB value is (141,63,107). Sum of RGB (Red+Green+Blue) = 141+63+107=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F6B is #72C094. Grayscale: #5B5B5B. Windows color (decimal): -7520405 or 7028621. OLE color: 7028621.
HSL color Cylindrical-coordinate representation of color #8D3F6B: hue angle of 326.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F6B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 107 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.45 |
| HSL | 326.15º | 0.38% | 0.4% | - |
| HSV(B) | 326.15º | 0.55% | 0.55% | - |
| XYZ | 15.42 | 10.28 | 15.08 | - |
| YUV | 91.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 107 | 0 | 0.55 | 0.24 | 0.45 | 326.15 | 0.38 | 0.4 |
| Hex | 8D | 3F | 6B | 0 | 37 | 18 | 2D | 146 | 26 | 28 |
| Octal | 215 | 77 | 153 | 0 | 67 | 30 | 55 | 506 | 46 | 50 |
| Binary | 10001101 | 111111 | 1101011 | 0 | 110111 | 11000 | 101101 | 101000110 | 100110 | 101000 |
Color Harmonies of #8D3F6B
Complementary color
Monochromatic Colors of #8D3F6B
Black with #8D3F6B
Text Example
Text Example
White with #8D3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F6B; }
p { color: rgb(141,63,107); }
H1.HeaderClassName
{
color: #8D3F6B;
}
.AnyTagClassName
{
color: #8D3F6B;
}
</style>
background-color css
<style>
a { background-color: #8D3F6B; }
a { background-color: rgb(141,63,107); }
div.DivClassName
{
background-color: #8D3F6B;
}
.BgClassName
{
background-color: #8D3F6B;
}
</style>
border-color css
<style>
span { border-color: #8D3F6B; }
span { border-color: rgb(141,63,107); }
td.TdClassName
{
border-color: #8D3F6B;
}
.TagClassName
{
border-color: #8D3F6B;
}
</style>