Shades of Cadillac #963A6A
Tints of Cadillac #963A6A
RGB
CMYK
RGB Variations
Color information
#963A6A (or 0x963A6A) is known color: Cadillac. HEX triplet: 96, 3A and 6A. RGB value is (150,58,106). Sum of RGB (Red+Green+Blue) = 150+58+106=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A6A is #69C595. Grayscale: #5A5A5A. Windows color (decimal): -6931862 or 6961814. OLE color: 6961814.
HSL color Cylindrical-coordinate representation of color #963A6A: hue angle of 328.7º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A6A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 106 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.41 |
| HSL | 328.7º | 0.44% | 0.41% | - |
| HSV(B) | 328.7º | 0.61% | 0.59% | - |
| XYZ | 16.69 | 10.55 | 14.79 | - |
| YUV | 90.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 106 | 0 | 0.61 | 0.29 | 0.41 | 328.7 | 0.44 | 0.41 |
| Hex | 96 | 3A | 6A | 0 | 3D | 1D | 29 | 149 | 2C | 29 |
| Octal | 226 | 72 | 152 | 0 | 75 | 35 | 51 | 511 | 54 | 51 |
| Binary | 10010110 | 111010 | 1101010 | 0 | 111101 | 11101 | 101001 | 101001001 | 101100 | 101001 |
Color Harmonies of #963A6A
Complementary color
Monochromatic Colors of #963A6A
Black with #963A6A
Text Example
Text Example
White with #963A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A6A; }
p { color: rgb(150,58,106); }
H1.HeaderClassName
{
color: #963A6A;
}
.AnyTagClassName
{
color: #963A6A;
}
</style>
background-color css
<style>
a { background-color: #963A6A; }
a { background-color: rgb(150,58,106); }
div.DivClassName
{
background-color: #963A6A;
}
.BgClassName
{
background-color: #963A6A;
}
</style>
border-color css
<style>
span { border-color: #963A6A; }
span { border-color: rgb(150,58,106); }
td.TdClassName
{
border-color: #963A6A;
}
.TagClassName
{
border-color: #963A6A;
}
</style>