Shades of Cadillac #913A6A
Tints of Cadillac #913A6A
RGB
CMYK
RGB Variations
Color information
#913A6A (or 0x913A6A) is known color: Cadillac. HEX triplet: 91, 3A and 6A. RGB value is (145,58,106). Sum of RGB (Red+Green+Blue) = 145+58+106=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A6A is #6EC595. Grayscale: #595959. Windows color (decimal): -7259542 or 6961809. OLE color: 6961809.
HSL color Cylindrical-coordinate representation of color #913A6A: hue angle of 326.9º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A6A is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 106 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.43 |
| HSL | 326.9º | 0.43% | 0.4% | - |
| HSV(B) | 326.9º | 0.6% | 0.57% | - |
| XYZ | 15.79 | 10.09 | 14.75 | - |
| YUV | 89.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 106 | 0 | 0.6 | 0.27 | 0.43 | 326.9 | 0.43 | 0.4 |
| Hex | 91 | 3A | 6A | 0 | 3C | 1B | 2B | 147 | 2B | 28 |
| Octal | 221 | 72 | 152 | 0 | 74 | 33 | 53 | 507 | 53 | 50 |
| Binary | 10010001 | 111010 | 1101010 | 0 | 111100 | 11011 | 101011 | 101000111 | 101011 | 101000 |
Color Harmonies of #913A6A
Complementary color
Monochromatic Colors of #913A6A
Black with #913A6A
Text Example
Text Example
White with #913A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A6A; }
p { color: rgb(145,58,106); }
H1.HeaderClassName
{
color: #913A6A;
}
.AnyTagClassName
{
color: #913A6A;
}
</style>
background-color css
<style>
a { background-color: #913A6A; }
a { background-color: rgb(145,58,106); }
div.DivClassName
{
background-color: #913A6A;
}
.BgClassName
{
background-color: #913A6A;
}
</style>
border-color css
<style>
span { border-color: #913A6A; }
span { border-color: rgb(145,58,106); }
td.TdClassName
{
border-color: #913A6A;
}
.TagClassName
{
border-color: #913A6A;
}
</style>