Shades of Cadillac #9A4E6A
Tints of Cadillac #9A4E6A
RGB
CMYK
RGB Variations
Color information
#9A4E6A (or 0x9A4E6A) is known color: Cadillac. HEX triplet: 9A, 4E and 6A. RGB value is (154,78,106). Sum of RGB (Red+Green+Blue) = 154+78+106=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E6A is #65B195. Grayscale: #676767. Windows color (decimal): -6664598 or 6966938. OLE color: 6966938.
HSL color Cylindrical-coordinate representation of color #9A4E6A: hue angle of 337.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E6A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 106 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.40 |
| HSL | 337.89º | 0.33% | 0.45% | - |
| HSV(B) | 337.89º | 0.49% | 0.6% | - |
| XYZ | 18.65 | 13.36 | 15.23 | - |
| YUV | 103.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 106 | 0 | 0.49 | 0.31 | 0.40 | 337.89 | 0.33 | 0.45 |
| Hex | 9A | 4E | 6A | 0 | 31 | 1F | 28 | 152 | 21 | 2D |
| Octal | 232 | 116 | 152 | 0 | 61 | 37 | 50 | 522 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1101010 | 0 | 110001 | 11111 | 101000 | 101010010 | 100001 | 101101 |
Color Harmonies of #9A4E6A
Complementary color
Monochromatic Colors of #9A4E6A
Black with #9A4E6A
Text Example
Text Example
White with #9A4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E6A; }
p { color: rgb(154,78,106); }
H1.HeaderClassName
{
color: #9A4E6A;
}
.AnyTagClassName
{
color: #9A4E6A;
}
</style>
background-color css
<style>
a { background-color: #9A4E6A; }
a { background-color: rgb(154,78,106); }
div.DivClassName
{
background-color: #9A4E6A;
}
.BgClassName
{
background-color: #9A4E6A;
}
</style>
border-color css
<style>
span { border-color: #9A4E6A; }
span { border-color: rgb(154,78,106); }
td.TdClassName
{
border-color: #9A4E6A;
}
.TagClassName
{
border-color: #9A4E6A;
}
</style>