Html Css Color HEX #9F2F77 Medium Red Violet

📋 copy color: '#9F2F77'

red 159 ◦ green 47 ◦ blue 119

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

Shades of Medium Red Violet #9F2F77

Tints of Medium Red Violet #9F2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 48.92%
G = 14.46%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F2F77 (or 0x9F2F77) is known color: Medium Red Violet. HEX triplet: 9F, 2F and 77. RGB value is (159,47,119). Sum of RGB (Red+Green+Blue) = 159+47+119=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F77 is #60D088. Grayscale: #585858. Windows color (decimal): -6344841 or 7810975. OLE color: 7810975.

HSL color Cylindrical-coordinate representation of color #9F2F77: hue angle of 321.43º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F77 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 47 119 -
CMYK 0 0.70 0.25 0.38
HSL 321.43º 0.54% 0.4% -
HSV(B) 321.43º 0.7% 0.62% -
XYZ 18.64 10.74 18.54 -
YUV 88.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 159 47 119 0 0.70 0.25 0.38 321.43 0.54 0.4
Hex 9F 2F 77 0 46 19 26 141 36 28
Octal 237 57 167 0 106 31 46 501 66 50
Binary 10011111 101111 1110111 0 1000110 11001 100110 101000001 110110 101000

Color Harmonies of #9F2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F77

Black with #9F2F77

Text Example


Text Example

White with #9F2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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