Shades of Cadillac #8B415C
Tints of Cadillac #8B415C
RGB
CMYK
RGB Variations
Color information
#8B415C (or 0x8B415C) is known color: Cadillac. HEX triplet: 8B, 41 and 5C. RGB value is (139,65,92). Sum of RGB (Red+Green+Blue) = 139+65+92=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B415C is #74BEA3. Grayscale: #5A5A5A. Windows color (decimal): -7650980 or 6046091. OLE color: 6046091.
HSL color Cylindrical-coordinate representation of color #8B415C: hue angle of 338.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B415C is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 92 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.45 |
| HSL | 338.11º | 0.36% | 0.4% | - |
| HSV(B) | 338.11º | 0.53% | 0.55% | - |
| XYZ | 14.47 | 10.04 | 11.3 | - |
| YUV | 90.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 92 | 0 | 0.53 | 0.34 | 0.45 | 338.11 | 0.36 | 0.4 |
| Hex | 8B | 41 | 5C | 0 | 35 | 22 | 2D | 152 | 24 | 28 |
| Octal | 213 | 101 | 134 | 0 | 65 | 42 | 55 | 522 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1011100 | 0 | 110101 | 100010 | 101101 | 101010010 | 100100 | 101000 |
Color Harmonies of #8B415C
Complementary color
Monochromatic Colors of #8B415C
Black with #8B415C
Text Example
Text Example
White with #8B415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B415C; }
p { color: rgb(139,65,92); }
H1.HeaderClassName
{
color: #8B415C;
}
.AnyTagClassName
{
color: #8B415C;
}
</style>
background-color css
<style>
a { background-color: #8B415C; }
a { background-color: rgb(139,65,92); }
div.DivClassName
{
background-color: #8B415C;
}
.BgClassName
{
background-color: #8B415C;
}
</style>
border-color css
<style>
span { border-color: #8B415C; }
span { border-color: rgb(139,65,92); }
td.TdClassName
{
border-color: #8B415C;
}
.TagClassName
{
border-color: #8B415C;
}
</style>