Shades of Cadillac #9A3E63
Tints of Cadillac #9A3E63
RGB
CMYK
RGB Variations
Color information
#9A3E63 (or 0x9A3E63) is known color: Cadillac. HEX triplet: 9A, 3E and 63. RGB value is (154,62,99). Sum of RGB (Red+Green+Blue) = 154+62+99=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3E63 is #65C19C. Grayscale: #5D5D5D. Windows color (decimal): -6668701 or 6504090. OLE color: 6504090.
HSL color Cylindrical-coordinate representation of color #9A3E63: hue angle of 335.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3E63 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 99 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.40 |
| HSL | 335.87º | 0.43% | 0.42% | - |
| HSV(B) | 335.87º | 0.6% | 0.6% | - |
| XYZ | 17.3 | 11.22 | 13.06 | - |
| YUV | 93.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 99 | 0 | 0.60 | 0.36 | 0.40 | 335.87 | 0.43 | 0.42 |
| Hex | 9A | 3E | 63 | 0 | 3C | 24 | 28 | 150 | 2B | 2A |
| Octal | 232 | 76 | 143 | 0 | 74 | 44 | 50 | 520 | 53 | 52 |
| Binary | 10011010 | 111110 | 1100011 | 0 | 111100 | 100100 | 101000 | 101010000 | 101011 | 101010 |
Color Harmonies of #9A3E63
Complementary color
Monochromatic Colors of #9A3E63
Black with #9A3E63
Text Example
Text Example
White with #9A3E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E63; }
p { color: rgb(154,62,99); }
H1.HeaderClassName
{
color: #9A3E63;
}
.AnyTagClassName
{
color: #9A3E63;
}
</style>
background-color css
<style>
a { background-color: #9A3E63; }
a { background-color: rgb(154,62,99); }
div.DivClassName
{
background-color: #9A3E63;
}
.BgClassName
{
background-color: #9A3E63;
}
</style>
border-color css
<style>
span { border-color: #9A3E63; }
span { border-color: rgb(154,62,99); }
td.TdClassName
{
border-color: #9A3E63;
}
.TagClassName
{
border-color: #9A3E63;
}
</style>