Shades of Cadillac #9B3B5E
Tints of Cadillac #9B3B5E
RGB
CMYK
RGB Variations
Color information
#9B3B5E (or 0x9B3B5E) is known color: Cadillac. HEX triplet: 9B, 3B and 5E. RGB value is (155,59,94). Sum of RGB (Red+Green+Blue) = 155+59+94=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3B5E is #64C4A1. Grayscale: #5B5B5B. Windows color (decimal): -6603938 or 6175643. OLE color: 6175643.
HSL color Cylindrical-coordinate representation of color #9B3B5E: hue angle of 338.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B3B5E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 94 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.39 |
| HSL | 338.13º | 0.45% | 0.42% | - |
| HSV(B) | 338.13º | 0.62% | 0.61% | - |
| XYZ | 17.1 | 10.9 | 11.79 | - |
| YUV | 91.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 94 | 0 | 0.62 | 0.39 | 0.39 | 338.13 | 0.45 | 0.42 |
| Hex | 9B | 3B | 5E | 0 | 3E | 27 | 27 | 152 | 2D | 2A |
| Octal | 233 | 73 | 136 | 0 | 76 | 47 | 47 | 522 | 55 | 52 |
| Binary | 10011011 | 111011 | 1011110 | 0 | 111110 | 100111 | 100111 | 101010010 | 101101 | 101010 |
Color Harmonies of #9B3B5E
Complementary color
Monochromatic Colors of #9B3B5E
Black with #9B3B5E
Text Example
Text Example
White with #9B3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B5E; }
p { color: rgb(155,59,94); }
H1.HeaderClassName
{
color: #9B3B5E;
}
.AnyTagClassName
{
color: #9B3B5E;
}
</style>
background-color css
<style>
a { background-color: #9B3B5E; }
a { background-color: rgb(155,59,94); }
div.DivClassName
{
background-color: #9B3B5E;
}
.BgClassName
{
background-color: #9B3B5E;
}
</style>
border-color css
<style>
span { border-color: #9B3B5E; }
span { border-color: rgb(155,59,94); }
td.TdClassName
{
border-color: #9B3B5E;
}
.TagClassName
{
border-color: #9B3B5E;
}
</style>