Html Css Color HEX #9F5379 Royal Heath

📋 copy color: '#9F5379'

red 159 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #9F5379

Tints of Royal Heath #9F5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 43.8%
G = 22.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F5379 (or 0x9F5379) is known color: Royal Heath. HEX triplet: 9F, 53 and 79. RGB value is (159,83,121). Sum of RGB (Red+Green+Blue) = 159+83+121=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5379 is #60AC86. Grayscale: #6D6D6D. Windows color (decimal): -6335623 or 7951263. OLE color: 7951263.

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

Color convert

RGB 159 83 121 -
CMYK 0 0.48 0.24 0.38
HSL 330º 0.31% 0.47% -
HSV(B) 330º 0.48% 0.62% -
XYZ 20.84 14.94 19.87 -
YUV 110.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 159 83 121 0 0.48 0.24 0.38 330 0.31 0.47
Hex 9F 53 79 0 30 18 26 14A 1F 2F
Octal 237 123 171 0 60 30 46 512 37 57
Binary 10011111 1010011 1111001 0 110000 11000 100110 101001010 11111 101111

Color Harmonies of #9F5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5379

Black with #9F5379

Text Example


Text Example

White with #9F5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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