#9F4179

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

Shades of Royal Heath #9F4179

Tints of Royal Heath #9F4179

Color information

#9F4179 (or 0x9F4179) is unknown color: approx Royal Heath. HEX triplet: 9F, 41 and 79. RGB value is (159,65,121). Sum of RGB (Red+Green+Blue) = 159+65+121=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4179 is #60BE86. Grayscale: #636363. Windows color (decimal): -6340231 or 7946655. OLE color: 7946655.

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

Color convert

RGB15965121-
CMYK00.590.240.38
HSL324.26º41.96%43.92%-
HSV(B)324.26º59.12%62.35%-
XYZ19.6412.5319.47-
YUV99.49140.14170.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=46.09%
G=18.84%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596512100.590.240.38324.2641.9643.92
Hex9F417903B18261442a2c
Octal23710117107330465045254
Binary1001111110000011111001011101111000100110101000100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,65,121); }

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

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

 a { background-color: rgb(159,65,121); }

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

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

 span { border-color: rgb(159,65,121); }

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