#9F4F78

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

Shades of Royal Heath #9F4F78

Tints of Royal Heath #9F4F78

Color information

#9F4F78 (or 0x9F4F78) is unknown color: approx Royal Heath. HEX triplet: 9F, 4F and 78. RGB value is (159,79,120). Sum of RGB (Red+Green+Blue) = 159+79+120=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F78 is #60B087. Grayscale: #6B6B6B. Windows color (decimal): -6336648 or 7884703. OLE color: 7884703.

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

Color convert

RGB15979120-
CMYK00.500.250.38
HSL329.25º33.61%46.67%-
HSV(B)329.25º50.31%62.35%-
XYZ20.4814.3219.45-
YUV107.59135164.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=44.41%
G=22.07%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597912000.500.250.38329.2533.6146.67
Hex9F4F780321926149222f
Octal23711717006231465114257
Binary1001111110011111111000011001011001100110101001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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