Shades of Cadillac #9A3A5E
Tints of Cadillac #9A3A5E
RGB
CMYK
RGB Variations
Color information
#9A3A5E (or 0x9A3A5E) is known color: Cadillac. HEX triplet: 9A, 3A and 5E. RGB value is (154,58,94). Sum of RGB (Red+Green+Blue) = 154+58+94=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3A5E is #65C5A1. Grayscale: #5A5A5A. Windows color (decimal): -6669730 or 6175386. OLE color: 6175386.
HSL color Cylindrical-coordinate representation of color #9A3A5E: hue angle of 337.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3A5E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 94 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.40 |
| HSL | 337.5º | 0.45% | 0.42% | - |
| HSV(B) | 337.5º | 0.62% | 0.6% | - |
| XYZ | 16.86 | 10.7 | 11.77 | - |
| YUV | 90.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 94 | 0 | 0.62 | 0.39 | 0.40 | 337.5 | 0.45 | 0.42 |
| Hex | 9A | 3A | 5E | 0 | 3E | 27 | 28 | 152 | 2D | 2A |
| Octal | 232 | 72 | 136 | 0 | 76 | 47 | 50 | 522 | 55 | 52 |
| Binary | 10011010 | 111010 | 1011110 | 0 | 111110 | 100111 | 101000 | 101010010 | 101101 | 101010 |
Color Harmonies of #9A3A5E
Complementary color
Monochromatic Colors of #9A3A5E
Black with #9A3A5E
Text Example
Text Example
White with #9A3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A5E; }
p { color: rgb(154,58,94); }
H1.HeaderClassName
{
color: #9A3A5E;
}
.AnyTagClassName
{
color: #9A3A5E;
}
</style>
background-color css
<style>
a { background-color: #9A3A5E; }
a { background-color: rgb(154,58,94); }
div.DivClassName
{
background-color: #9A3A5E;
}
.BgClassName
{
background-color: #9A3A5E;
}
</style>
border-color css
<style>
span { border-color: #9A3A5E; }
span { border-color: rgb(154,58,94); }
td.TdClassName
{
border-color: #9A3A5E;
}
.TagClassName
{
border-color: #9A3A5E;
}
</style>