#9F437C

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

Shades of Royal Heath #9F437C

Tints of Royal Heath #9F437C

Color information

#9F437C (or 0x9F437C) is unknown color: approx Royal Heath. HEX triplet: 9F, 43 and 7C. RGB value is (159,67,124). Sum of RGB (Red+Green+Blue) = 159+67+124=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F437C is #60BC83. Grayscale: #646464. Windows color (decimal): -6339716 or 8143775. OLE color: 8143775.

HSL color Cylindrical-coordinate representation of color #9F437C: hue angle of 322.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F437C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15967124-
CMYK00.580.220.38
HSL322.83º40.71%44.31%-
HSV(B)322.83º57.86%62.35%-
XYZ19.9412.8420.5-
YUV101.01140.98169.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=45.43%
G=19.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596712400.580.220.38322.8340.7144.31
Hex9F437C03A1626143292c
Octal23710317407226465035154
Binary1001111110000111111100011101010110100110101000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,124); }

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

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

 a { background-color: rgb(159,67,124); }

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

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

 span { border-color: rgb(159,67,124); }

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