#9F4B7F

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

Shades of Royal Heath #9F4B7F

Tints of Royal Heath #9F4B7F

Color information

#9F4B7F (or 0x9F4B7F) is unknown color: approx Royal Heath. HEX triplet: 9F, 4B and 7F. RGB value is (159,75,127). Sum of RGB (Red+Green+Blue) = 159+75+127=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B7F is #60B480. Grayscale: #696969. Windows color (decimal): -6337665 or 8342431. OLE color: 8342431.

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

Color convert

RGB15975127-
CMYK00.530.200.38
HSL322.86º35.9%45.88%-
HSV(B)322.86º52.83%62.35%-
XYZ20.6413.9421.68-
YUV106.04139.83165.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 127 (50% from 255) = 35.18%
R=44.04%
G=20.78%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597512700.530.200.38322.8635.945.88
Hex9F4B7F0351426143242e
Octal23711317706524465034456
Binary1001111110010111111111011010110100100110101000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,127); }

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

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

 a { background-color: rgb(159,75,127); }

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

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

 span { border-color: rgb(159,75,127); }

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