Html Css Color HEX #9F5077 Royal Heath

📋 copy color: '#9F5077'

red 159 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #9F5077

Tints of Royal Heath #9F5077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 44.41%
G = 22.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F5077 (or 0x9F5077) is known color: Royal Heath. HEX triplet: 9F, 50 and 77. RGB value is (159,80,119). Sum of RGB (Red+Green+Blue) = 159+80+119=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5077 is #60AF88. Grayscale: #6B6B6B. Windows color (decimal): -6336393 or 7819423. OLE color: 7819423.

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

Color convert

RGB 159 80 119 -
CMYK 0 0.50 0.25 0.38
HSL 330.38º 0.33% 0.47% -
HSV(B) 330.38º 0.5% 0.62% -
XYZ 20.5 14.44 19.16 -
YUV 108.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 159 80 119 0 0.50 0.25 0.38 330.38 0.33 0.47
Hex 9F 50 77 0 32 19 26 14A 21 2F
Octal 237 120 167 0 62 31 46 512 41 57
Binary 10011111 1010000 1110111 0 110010 11001 100110 101001010 100001 101111

Color Harmonies of #9F5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5077

Black with #9F5077

Text Example


Text Example

White with #9F5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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