Html Css Color HEX #9F4676 Royal Heath

📋 copy color: '#9F4676'

red 159 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #9F4676

Tints of Royal Heath #9F4676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 45.82%
G = 20.17%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4676 (or 0x9F4676) is known color: Royal Heath. HEX triplet: 9F, 46 and 76. RGB value is (159,70,118). Sum of RGB (Red+Green+Blue) = 159+70+118=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4676 is #60B989. Grayscale: #656565. Windows color (decimal): -6338954 or 7751327. OLE color: 7751327.

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

Color convert

RGB 159 70 118 -
CMYK 0 0.56 0.26 0.38
HSL 327.64º 0.39% 0.45% -
HSV(B) 327.64º 0.56% 0.62% -
XYZ 19.76 13.06 18.62 -
YUV 102.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 159 70 118 0 0.56 0.26 0.38 327.64 0.39 0.45
Hex 9F 46 76 0 38 1A 26 148 27 2D
Octal 237 106 166 0 70 32 46 510 47 55
Binary 10011111 1000110 1110110 0 111000 11010 100110 101001000 100111 101101

Color Harmonies of #9F4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4676

Black with #9F4676

Text Example


Text Example

White with #9F4676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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