#9F4E6E

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

Shades of Cadillac #9F4E6E

Tints of Cadillac #9F4E6E

Color information

#9F4E6E (or 0x9F4E6E) is unknown color: approx Cadillac. HEX triplet: 9F, 4E and 6E. RGB value is (159,78,110). Sum of RGB (Red+Green+Blue) = 159+78+110=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E6E is #60B191. Grayscale: #696969. Windows color (decimal): -6336914 or 7229087. OLE color: 7229087.

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

Color convert

RGB15978110-
CMYK00.510.310.38
HSL336.3º34.18%46.47%-
HSV(B)336.3º50.94%62.35%-
XYZ19.8413.9516.4-
YUV105.87130.34165.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=45.82%
G=22.48%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597811000.510.310.38336.334.1846.47
Hex9F4E6E0331F26150222e
Octal23711615606337465204256
Binary1001111110011101101110011001111111100110101010000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,110); }

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

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

 a { background-color: rgb(159,78,110); }

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

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

 span { border-color: rgb(159,78,110); }

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