#9E4B71

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

Shades of Cadillac #9E4B71

Tints of Cadillac #9E4B71

Color information

#9E4B71 (or 0x9E4B71) is unknown color: approx Cadillac. HEX triplet: 9E, 4B and 71. RGB value is (158,75,113). Sum of RGB (Red+Green+Blue) = 158+75+113=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4B71 is #61B48E. Grayscale: #686868. Windows color (decimal): -6403215 or 7424926. OLE color: 7424926.

HSL color Cylindrical-coordinate representation of color #9E4B71: hue angle of 332.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4B71 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15875113-
CMYK00.530.280.38
HSL332.53º35.62%45.69%-
HSV(B)332.53º52.53%61.96%-
XYZ19.613.4917.19-
YUV104.15133166.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.66%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=45.66%
G=21.68%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587511300.530.280.38332.5335.6245.69
Hex9E4B710351C2614d242e
Octal23611316106534465154456
Binary1001111010010111110001011010111100100110101001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,113); }

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

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

 a { background-color: rgb(158,75,113); }

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

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

 span { border-color: rgb(158,75,113); }

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