#9F4C75

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

Shades of Royal Heath #9F4C75

Tints of Royal Heath #9F4C75

Color information

#9F4C75 (or 0x9F4C75) is unknown color: approx Royal Heath. HEX triplet: 9F, 4C and 75. RGB value is (159,76,117). Sum of RGB (Red+Green+Blue) = 159+76+117=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C75 is #60B38A. Grayscale: #696969. Windows color (decimal): -6337419 or 7687327. OLE color: 7687327.

HSL color Cylindrical-coordinate representation of color #9F4C75: hue angle of 330.36º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4C75 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15976117-
CMYK00.520.260.38
HSL330.36º35.32%46.08%-
HSV(B)330.36º52.2%62.35%-
XYZ20.0913.8218.44-
YUV105.49134.5166.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=45.17%
G=21.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597611700.520.260.38330.3635.3246.08
Hex9F4C750341A2614a232e
Octal23711416506432465124356
Binary1001111110011001110101011010011010100110101001010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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