Html Css Color HEX #9F427F Medium Red Violet

📋 copy color: '#9F427F'

red 159 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #9F427F

Tints of Medium Red Violet #9F427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 45.17%
G = 18.75%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F427F (or 0x9F427F) is known color: Medium Red Violet. HEX triplet: 9F, 42 and 7F. RGB value is (159,66,127). Sum of RGB (Red+Green+Blue) = 159+66+127=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F427F is #60BD80. Grayscale: #646464. Windows color (decimal): -6339969 or 8340127. OLE color: 8340127.

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

Color convert

RGB 159 66 127 -
CMYK 0 0.58 0.20 0.38
HSL 320.65º 0.41% 0.44% -
HSV(B) 320.65º 0.58% 0.62% -
XYZ 20.08 12.8 21.49 -
YUV 100.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 159 66 127 0 0.58 0.20 0.38 320.65 0.41 0.44
Hex 9F 42 7F 0 3A 14 26 141 29 2C
Octal 237 102 177 0 72 24 46 501 51 54
Binary 10011111 1000010 1111111 0 111010 10100 100110 101000001 101001 101100

Color Harmonies of #9F427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F427F

Black with #9F427F

Text Example


Text Example

White with #9F427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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