#9F4F75

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

Shades of Royal Heath #9F4F75

Tints of Royal Heath #9F4F75

Color information

#9F4F75 (or 0x9F4F75) is unknown color: approx Royal Heath. HEX triplet: 9F, 4F and 75. RGB value is (159,79,117). Sum of RGB (Red+Green+Blue) = 159+79+117=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F75 is #60B08A. Grayscale: #6B6B6B. Windows color (decimal): -6336651 or 7688095. OLE color: 7688095.

HSL color Cylindrical-coordinate representation of color #9F4F75: hue angle of 331.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F75 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15979117-
CMYK00.500.260.38
HSL331.5º33.61%46.67%-
HSV(B)331.5º50.31%62.35%-
XYZ20.314.2518.51-
YUV107.25133.5164.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=44.79%
G=22.25%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597911700.500.260.38331.533.6146.67
Hex9F4F750321A2614c222f
Octal23711716506232465144257
Binary1001111110011111110101011001011010100110101001100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,117); }

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

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

 a { background-color: rgb(159,79,117); }

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

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

 span { border-color: rgb(159,79,117); }

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