Shades of Cadillac #9B4067
Tints of Cadillac #9B4067
RGB
CMYK
RGB Variations
Color information
#9B4067 (or 0x9B4067) is known color: Cadillac. HEX triplet: 9B, 40 and 67. RGB value is (155,64,103). Sum of RGB (Red+Green+Blue) = 155+64+103=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4067 is #64BF98. Grayscale: #5F5F5F. Windows color (decimal): -6602649 or 6766747. OLE color: 6766747.
HSL color Cylindrical-coordinate representation of color #9B4067: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4067 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 103 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.39 |
| HSL | 334.29º | 0.42% | 0.43% | - |
| HSV(B) | 334.29º | 0.59% | 0.61% | - |
| XYZ | 17.8 | 11.61 | 14.14 | - |
| YUV | 95.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 103 | 0 | 0.59 | 0.34 | 0.39 | 334.29 | 0.42 | 0.43 |
| Hex | 9B | 40 | 67 | 0 | 3B | 22 | 27 | 14E | 2A | 2B |
| Octal | 233 | 100 | 147 | 0 | 73 | 42 | 47 | 516 | 52 | 53 |
| Binary | 10011011 | 1000000 | 1100111 | 0 | 111011 | 100010 | 100111 | 101001110 | 101010 | 101011 |
Color Harmonies of #9B4067
Complementary color
Monochromatic Colors of #9B4067
Black with #9B4067
Text Example
Text Example
White with #9B4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4067; }
p { color: rgb(155,64,103); }
H1.HeaderClassName
{
color: #9B4067;
}
.AnyTagClassName
{
color: #9B4067;
}
</style>
background-color css
<style>
a { background-color: #9B4067; }
a { background-color: rgb(155,64,103); }
div.DivClassName
{
background-color: #9B4067;
}
.BgClassName
{
background-color: #9B4067;
}
</style>
border-color css
<style>
span { border-color: #9B4067; }
span { border-color: rgb(155,64,103); }
td.TdClassName
{
border-color: #9B4067;
}
.TagClassName
{
border-color: #9B4067;
}
</style>