Html Css Color HEX #9F4179 Royal Heath

📋 copy color: '#9F4179'

red 159 ◦ green 65 ◦ blue 121

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

Shades of Royal Heath #9F4179

Tints of Royal Heath #9F4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 46.09%
G = 18.84%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F4179 (or 0x9F4179) is known color: Royal Heath. HEX triplet: 9F, 41 and 79. RGB value is (159,65,121). Sum of RGB (Red+Green+Blue) = 159+65+121=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4179 is #60BE86. Grayscale: #636363. Windows color (decimal): -6340231 or 7946655. OLE color: 7946655.

HSL color Cylindrical-coordinate representation of color #9F4179: hue angle of 324.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4179 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 65 121 -
CMYK 0 0.59 0.24 0.38
HSL 324.26º 0.42% 0.44% -
HSV(B) 324.26º 0.59% 0.62% -
XYZ 19.64 12.53 19.47 -
YUV 99.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 159 65 121 0 0.59 0.24 0.38 324.26 0.42 0.44
Hex 9F 41 79 0 3B 18 26 144 2A 2C
Octal 237 101 171 0 73 30 46 504 52 54
Binary 10011111 1000001 1111001 0 111011 11000 100110 101000100 101010 101100

Color Harmonies of #9F4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4179

Black with #9F4179

Text Example


Text Example

White with #9F4179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,121); }

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

background-color css

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

 a { background-color: rgb(159,65,121); }

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

border-color css

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

 span { border-color: rgb(159,65,121); }

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