#9F4C71

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

Shades of Cadillac #9F4C71

Tints of Cadillac #9F4C71

Color information

#9F4C71 (or 0x9F4C71) is unknown color: approx Cadillac. HEX triplet: 9F, 4C and 71. RGB value is (159,76,113). Sum of RGB (Red+Green+Blue) = 159+76+113=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C71 is #60B38E. Grayscale: #686868. Windows color (decimal): -6337423 or 7425183. OLE color: 7425183.

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

Color convert

RGB15976113-
CMYK00.520.290.38
HSL333.25º35.32%46.08%-
HSV(B)333.25º52.2%62.35%-
XYZ19.8613.7317.23-
YUV105.04132.5166.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=45.69%
G=21.84%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597611300.520.290.38333.2535.3246.08
Hex9F4C710341D2614d232e
Octal23711416106435465154356
Binary1001111110011001110001011010011101100110101001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,113); }

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

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

 a { background-color: rgb(159,76,113); }

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

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

 span { border-color: rgb(159,76,113); }

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