Html Css Color HEX #9F5076 Royal Heath

📋 copy color: '#9F5076'

red 159 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #9F5076

Tints of Royal Heath #9F5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 44.54%
G = 22.41%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5076 (or 0x9F5076) is known color: Royal Heath. HEX triplet: 9F, 50 and 76. RGB value is (159,80,118). Sum of RGB (Red+Green+Blue) = 159+80+118=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5076 is #60AF89. Grayscale: #6B6B6B. Windows color (decimal): -6336394 or 7753887. OLE color: 7753887.

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

Color convert

RGB 159 80 118 -
CMYK 0 0.50 0.26 0.38
HSL 331.14º 0.33% 0.47% -
HSV(B) 331.14º 0.5% 0.62% -
XYZ 20.44 14.42 18.85 -
YUV 107.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 159 80 118 0 0.50 0.26 0.38 331.14 0.33 0.47
Hex 9F 50 76 0 32 1A 26 14B 21 2F
Octal 237 120 166 0 62 32 46 513 41 57
Binary 10011111 1010000 1110110 0 110010 11010 100110 101001011 100001 101111

Color Harmonies of #9F5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5076

Black with #9F5076

Text Example


Text Example

White with #9F5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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