#9F4B7D

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

Shades of Royal Heath #9F4B7D

Tints of Royal Heath #9F4B7D

Color information

#9F4B7D (or 0x9F4B7D) is unknown color: approx Royal Heath. HEX triplet: 9F, 4B and 7D. RGB value is (159,75,125). Sum of RGB (Red+Green+Blue) = 159+75+125=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B7D is #60B482. Grayscale: #696969. Windows color (decimal): -6337667 or 8211359. OLE color: 8211359.

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

Color convert

RGB15975125-
CMYK00.530.210.38
HSL324.29º35.9%45.88%-
HSV(B)324.29º52.83%62.35%-
XYZ20.5213.8821-
YUV105.82138.83165.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=44.29%
G=20.89%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597512500.530.210.38324.2935.945.88
Hex9F4B7D0351526144242e
Octal23711317506525465044456
Binary1001111110010111111101011010110101100110101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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