Html Css Color HEX #9F487F Royal Heath

📋 copy color: '#9F487F'

red 159 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #9F487F

Tints of Royal Heath #9F487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 44.41%
G = 20.11%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F487F (or 0x9F487F) is known color: Royal Heath. HEX triplet: 9F, 48 and 7F. RGB value is (159,72,127). Sum of RGB (Red+Green+Blue) = 159+72+127=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F487F is #60B780. Grayscale: #686868. Windows color (decimal): -6338433 or 8341663. OLE color: 8341663.

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

Color convert

RGB 159 72 127 -
CMYK 0 0.55 0.20 0.38
HSL 322.07º 0.38% 0.45% -
HSV(B) 322.07º 0.55% 0.62% -
XYZ 20.45 13.54 21.61 -
YUV 104.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 159 72 127 0 0.55 0.20 0.38 322.07 0.38 0.45
Hex 9F 48 7F 0 37 14 26 142 26 2D
Octal 237 110 177 0 67 24 46 502 46 55
Binary 10011111 1001000 1111111 0 110111 10100 100110 101000010 100110 101101

Color Harmonies of #9F487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F487F

Black with #9F487F

Text Example


Text Example

White with #9F487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,127); }

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

background-color css

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

 a { background-color: rgb(159,72,127); }

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

border-color css

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

 span { border-color: rgb(159,72,127); }

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