Html Css Color HEX #9F5377 Royal Heath

📋 copy color: '#9F5377'

red 159 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #9F5377

Tints of Royal Heath #9F5377

RGB

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

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

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

R = 44.04%
G = 22.99%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F5377 (or 0x9F5377) is known color: Royal Heath. HEX triplet: 9F, 53 and 77. RGB value is (159,83,119). Sum of RGB (Red+Green+Blue) = 159+83+119=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5377 is #60AC88. Grayscale: #6D6D6D. Windows color (decimal): -6335625 or 7820191. OLE color: 7820191.

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

Color convert

RGB 159 83 119 -
CMYK 0 0.48 0.25 0.38
HSL 331.58º 0.31% 0.47% -
HSV(B) 331.58º 0.48% 0.62% -
XYZ 20.72 14.89 19.23 -
YUV 109.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 159 83 119 0 0.48 0.25 0.38 331.58 0.31 0.47
Hex 9F 53 77 0 30 19 26 14C 1F 2F
Octal 237 123 167 0 60 31 46 514 37 57
Binary 10011111 1010011 1110111 0 110000 11001 100110 101001100 11111 101111

Color Harmonies of #9F5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5377

Black with #9F5377

Text Example


Text Example

White with #9F5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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