Shades of Cadillac #9B4B6E
Tints of Cadillac #9B4B6E
RGB
CMYK
RGB Variations
Color information
#9B4B6E (or 0x9B4B6E) is known color: Cadillac. HEX triplet: 9B, 4B and 6E. RGB value is (155,75,110). Sum of RGB (Red+Green+Blue) = 155+75+110=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B6E is #64B491. Grayscale: #666666. Windows color (decimal): -6599826 or 7228315. OLE color: 7228315.
HSL color Cylindrical-coordinate representation of color #9B4B6E: hue angle of 333.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4B6E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 110 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.39 |
| HSL | 333.75º | 0.35% | 0.45% | - |
| HSV(B) | 333.75º | 0.52% | 0.61% | - |
| XYZ | 18.85 | 13.13 | 16.29 | - |
| YUV | 102.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 110 | 0 | 0.52 | 0.29 | 0.39 | 333.75 | 0.35 | 0.45 |
| Hex | 9B | 4B | 6E | 0 | 34 | 1D | 27 | 14E | 23 | 2D |
| Octal | 233 | 113 | 156 | 0 | 64 | 35 | 47 | 516 | 43 | 55 |
| Binary | 10011011 | 1001011 | 1101110 | 0 | 110100 | 11101 | 100111 | 101001110 | 100011 | 101101 |
Color Harmonies of #9B4B6E
Complementary color
Monochromatic Colors of #9B4B6E
Black with #9B4B6E
Text Example
Text Example
White with #9B4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B6E; }
p { color: rgb(155,75,110); }
H1.HeaderClassName
{
color: #9B4B6E;
}
.AnyTagClassName
{
color: #9B4B6E;
}
</style>
background-color css
<style>
a { background-color: #9B4B6E; }
a { background-color: rgb(155,75,110); }
div.DivClassName
{
background-color: #9B4B6E;
}
.BgClassName
{
background-color: #9B4B6E;
}
</style>
border-color css
<style>
span { border-color: #9B4B6E; }
span { border-color: rgb(155,75,110); }
td.TdClassName
{
border-color: #9B4B6E;
}
.TagClassName
{
border-color: #9B4B6E;
}
</style>