Shades of Cadillac #943F76
Tints of Cadillac #943F76
RGB
CMYK
RGB Variations
Color information
#943F76 (or 0x943F76) is known color: Cadillac. HEX triplet: 94, 3F and 76. RGB value is (148,63,118). Sum of RGB (Red+Green+Blue) = 148+63+118=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F76 is #6BC089. Grayscale: #5E5E5E. Windows color (decimal): -7061642 or 7749524. OLE color: 7749524.
HSL color Cylindrical-coordinate representation of color #943F76: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F76 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 118 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.42 |
| HSL | 321.18º | 0.4% | 0.41% | - |
| HSV(B) | 321.18º | 0.57% | 0.58% | - |
| XYZ | 17.26 | 11.16 | 18.38 | - |
| YUV | 94.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 118 | 0 | 0.57 | 0.20 | 0.42 | 321.18 | 0.4 | 0.41 |
| Hex | 94 | 3F | 76 | 0 | 39 | 14 | 2A | 141 | 28 | 29 |
| Octal | 224 | 77 | 166 | 0 | 71 | 24 | 52 | 501 | 50 | 51 |
| Binary | 10010100 | 111111 | 1110110 | 0 | 111001 | 10100 | 101010 | 101000001 | 101000 | 101001 |
Color Harmonies of #943F76
Complementary color
Monochromatic Colors of #943F76
Black with #943F76
Text Example
Text Example
White with #943F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F76; }
p { color: rgb(148,63,118); }
H1.HeaderClassName
{
color: #943F76;
}
.AnyTagClassName
{
color: #943F76;
}
</style>
background-color css
<style>
a { background-color: #943F76; }
a { background-color: rgb(148,63,118); }
div.DivClassName
{
background-color: #943F76;
}
.BgClassName
{
background-color: #943F76;
}
</style>
border-color css
<style>
span { border-color: #943F76; }
span { border-color: rgb(148,63,118); }
td.TdClassName
{
border-color: #943F76;
}
.TagClassName
{
border-color: #943F76;
}
</style>