Html Css Color HEX #9F5079 Royal Heath

📋 copy color: '#9F5079'

red 159 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #9F5079

Tints of Royal Heath #9F5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

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

R = 44.17%
G = 22.22%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F5079 (or 0x9F5079) is known color: Royal Heath. HEX triplet: 9F, 50 and 79. RGB value is (159,80,121). Sum of RGB (Red+Green+Blue) = 159+80+121=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5079 is #60AF86. Grayscale: #6C6C6C. Windows color (decimal): -6336391 or 7950495. OLE color: 7950495.

HSL color Cylindrical-coordinate representation of color #9F5079: hue angle of 328.86º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5079 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 121 -
CMYK 0 0.50 0.24 0.38
HSL 328.86º 0.33% 0.47% -
HSV(B) 328.86º 0.5% 0.62% -
XYZ 20.62 14.49 19.8 -
YUV 108.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 159 80 121 0 0.50 0.24 0.38 328.86 0.33 0.47
Hex 9F 50 79 0 32 18 26 149 21 2F
Octal 237 120 171 0 62 30 46 511 41 57
Binary 10011111 1010000 1111001 0 110010 11000 100110 101001001 100001 101111

Color Harmonies of #9F5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5079

Black with #9F5079

Text Example


Text Example

White with #9F5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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