#9F437B

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

Shades of Royal Heath #9F437B

Tints of Royal Heath #9F437B

Color information

#9F437B (or 0x9F437B) is unknown color: approx Royal Heath. HEX triplet: 9F, 43 and 7B. RGB value is (159,67,123). Sum of RGB (Red+Green+Blue) = 159+67+123=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F437B is #60BC84. Grayscale: #646464. Windows color (decimal): -6339717 or 8078239. OLE color: 8078239.

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

Color convert

RGB15967123-
CMYK00.580.230.38
HSL323.48º40.71%44.31%-
HSV(B)323.48º57.86%62.35%-
XYZ19.8812.8220.16-
YUV100.89140.48169.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=45.56%
G=19.20%
B=35.24%

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
Decimal1596712300.580.230.38323.4840.7144.31
Hex9F437B03A1726143292c
Octal23710317307227465035154
Binary1001111110000111111011011101010111100110101000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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