Shades of Cadillac #90416E
Tints of Cadillac #90416E
RGB
CMYK
RGB Variations
Color information
#90416E (or 0x90416E) is known color: Cadillac. HEX triplet: 90, 41 and 6E. RGB value is (144,65,110). Sum of RGB (Red+Green+Blue) = 144+65+110=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90416E is #6FBE91. Grayscale: #5D5D5D. Windows color (decimal): -7323282 or 7225744. OLE color: 7225744.
HSL color Cylindrical-coordinate representation of color #90416E: hue angle of 325.82º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90416E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 110 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.44 |
| HSL | 325.82º | 0.38% | 0.41% | - |
| HSV(B) | 325.82º | 0.55% | 0.56% | - |
| XYZ | 16.21 | 10.84 | 15.99 | - |
| YUV | 93.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 110 | 0 | 0.55 | 0.24 | 0.44 | 325.82 | 0.38 | 0.41 |
| Hex | 90 | 41 | 6E | 0 | 37 | 18 | 2C | 146 | 26 | 29 |
| Octal | 220 | 101 | 156 | 0 | 67 | 30 | 54 | 506 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1101110 | 0 | 110111 | 11000 | 101100 | 101000110 | 100110 | 101001 |
Color Harmonies of #90416E
Complementary color
Monochromatic Colors of #90416E
Black with #90416E
Text Example
Text Example
White with #90416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90416E; }
p { color: rgb(144,65,110); }
H1.HeaderClassName
{
color: #90416E;
}
.AnyTagClassName
{
color: #90416E;
}
</style>
background-color css
<style>
a { background-color: #90416E; }
a { background-color: rgb(144,65,110); }
div.DivClassName
{
background-color: #90416E;
}
.BgClassName
{
background-color: #90416E;
}
</style>
border-color css
<style>
span { border-color: #90416E; }
span { border-color: rgb(144,65,110); }
td.TdClassName
{
border-color: #90416E;
}
.TagClassName
{
border-color: #90416E;
}
</style>