Html Css Color HEX #9F377F Medium Red Violet

📋 copy color: '#9F377F'

red 159 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #9F377F

Tints of Medium Red Violet #9F377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 46.63%
G = 16.13%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F377F (or 0x9F377F) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 7F. RGB value is (159,55,127). Sum of RGB (Red+Green+Blue) = 159+55+127=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F377F is #60C880. Grayscale: #5E5E5E. Windows color (decimal): -6342785 or 8337311. OLE color: 8337311.

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

Color convert

RGB 159 55 127 -
CMYK 0 0.65 0.20 0.38
HSL 318.46º 0.49% 0.42% -
HSV(B) 318.46º 0.65% 0.62% -
XYZ 19.5 11.64 21.3 -
YUV 94.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 159 55 127 0 0.65 0.20 0.38 318.46 0.49 0.42
Hex 9F 37 7F 0 41 14 26 13E 31 2A
Octal 237 67 177 0 101 24 46 476 61 52
Binary 10011111 110111 1111111 0 1000001 10100 100110 100111110 110001 101010

Color Harmonies of #9F377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F377F

Black with #9F377F

Text Example


Text Example

White with #9F377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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