Html Css Color HEX #9F497C Royal Heath

📋 copy color: '#9F497C'

red 159 ◦ green 73 ◦ blue 124

#9F497C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #9F497C

Tints of Royal Heath #9F497C

RGB

 RED value IS 159 (62.5% from 255) = 44.66%

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 44.66%
G = 20.51%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F497C (or 0x9F497C) is known color: Royal Heath. HEX triplet: 9F, 49 and 7C. RGB value is (159,73,124). Sum of RGB (Red+Green+Blue) = 159+73+124=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F497C is #60B683. Grayscale: #686868. Windows color (decimal): -6338180 or 8145311. OLE color: 8145311.

HSL color Cylindrical-coordinate representation of color #9F497C: hue angle of 324.42º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F497C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 124 -
CMYK 0 0.54 0.22 0.38
HSL 324.42º 0.37% 0.45% -
HSV(B) 324.42º 0.54% 0.62% -
XYZ 20.32 13.59 20.62 -
YUV 104.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 159 73 124 0 0.54 0.22 0.38 324.42 0.37 0.45
Hex 9F 49 7C 0 36 16 26 144 25 2D
Octal 237 111 174 0 66 26 46 504 45 55
Binary 10011111 1001001 1111100 0 110110 10110 100110 101000100 100101 101101

Color Harmonies of #9F497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F497C

Black with #9F497C

Text Example


Text Example

White with #9F497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,124); }

 H1.HeaderClassName
 {
   color: #9F497C;
 }
 .AnyTagClassName
 {
   color: #9F497C;
 }
</style>

background-color css

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

 a { background-color: rgb(159,73,124); }

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

border-color css

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

 span { border-color: rgb(159,73,124); }

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