#9A4E71

Color #9A4E71 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9A4E71

Tints of Cadillac #9A4E71

Color information

#9A4E71 (or 0x9A4E71) is unknown color: approx Cadillac. HEX triplet: 9A, 4E and 71. RGB value is (154,78,113). Sum of RGB (Red+Green+Blue) = 154+78+113=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E71 is #65B18E. Grayscale: #686868. Windows color (decimal): -6664591 or 7425690. OLE color: 7425690.

HSL color Cylindrical-coordinate representation of color #9A4E71: hue angle of 332.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E71 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15478113-
CMYK00.490.270.40
HSL332.37º32.76%45.49%-
HSV(B)332.37º49.35%60.39%-
XYZ19.0313.5117.23-
YUV104.71132.68163.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 44.64%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=44.64%
G=22.61%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547811300.490.270.40332.3732.7645.49
Hex9A4E710311B2814c212d
Octal23211616106133505144155
Binary1001101010011101110001011000111011101000101001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4E71; }

 p { color: rgb(154,78,113); }

 H1.HeaderClassName
 {
   color: #9A4E71;
 }
 .AnyTagClassName
 {
   color: #9A4E71;
 }
</style>
background-color css

<style>
 a { background-color: #9A4E71; }

 a { background-color: rgb(154,78,113); }

 div.DivClassName
 {
   background-color: #9A4E71;
 }
 .BgClassName
 {
   background-color: #9A4E71;
 }
</style>
border-color css

<style>
 span { border-color: #9A4E71; }

 span { border-color: rgb(154,78,113); }

 td.TdClassName
 {
   border-color: #9A4E71;
 }
 .TagClassName
 {
   border-color: #9A4E71;
 }
</style>