#9F437A

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

Shades of Royal Heath #9F437A

Tints of Royal Heath #9F437A

Color information

#9F437A (or 0x9F437A) is unknown color: approx Royal Heath. HEX triplet: 9F, 43 and 7A. RGB value is (159,67,122). Sum of RGB (Red+Green+Blue) = 159+67+122=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F437A is #60BC85. Grayscale: #646464. Windows color (decimal): -6339718 or 8012703. OLE color: 8012703.

HSL color Cylindrical-coordinate representation of color #9F437A: hue angle of 324.13º 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 #9F437A is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15967122-
CMYK00.580.230.38
HSL324.13º40.71%44.31%-
HSV(B)324.13º57.86%62.35%-
XYZ19.8212.7919.84-
YUV100.78139.98169.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=45.69%
G=19.25%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596712200.580.230.38324.1340.7144.31
Hex9F437A03A1726144292c
Octal23710317207227465045154
Binary1001111110000111111010011101010111100110101000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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