Shades of Cadillac #8B3E64
Tints of Cadillac #8B3E64
RGB
CMYK
RGB Variations
Color information
#8B3E64 (or 0x8B3E64) is known color: Cadillac. HEX triplet: 8B, 3E and 64. RGB value is (139,62,100). Sum of RGB (Red+Green+Blue) = 139+62+100=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E64 is #74C19B. Grayscale: #595959. Windows color (decimal): -7651740 or 6569611. OLE color: 6569611.
HSL color Cylindrical-coordinate representation of color #8B3E64: hue angle of 330.39º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E64 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 62 | 100 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.45 |
| HSL | 330.39º | 0.38% | 0.39% | - |
| HSV(B) | 330.39º | 0.55% | 0.55% | - |
| XYZ | 14.67 | 9.85 | 13.19 | - |
| YUV | 89.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 62 | 100 | 0 | 0.55 | 0.28 | 0.45 | 330.39 | 0.38 | 0.39 |
| Hex | 8B | 3E | 64 | 0 | 37 | 1C | 2D | 14A | 26 | 27 |
| Octal | 213 | 76 | 144 | 0 | 67 | 34 | 55 | 512 | 46 | 47 |
| Binary | 10001011 | 111110 | 1100100 | 0 | 110111 | 11100 | 101101 | 101001010 | 100110 | 100111 |
Color Harmonies of #8B3E64
Complementary color
Monochromatic Colors of #8B3E64
Black with #8B3E64
Text Example
Text Example
White with #8B3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3E64; }
p { color: rgb(139,62,100); }
H1.HeaderClassName
{
color: #8B3E64;
}
.AnyTagClassName
{
color: #8B3E64;
}
</style>
background-color css
<style>
a { background-color: #8B3E64; }
a { background-color: rgb(139,62,100); }
div.DivClassName
{
background-color: #8B3E64;
}
.BgClassName
{
background-color: #8B3E64;
}
</style>
border-color css
<style>
span { border-color: #8B3E64; }
span { border-color: rgb(139,62,100); }
td.TdClassName
{
border-color: #8B3E64;
}
.TagClassName
{
border-color: #8B3E64;
}
</style>