Html Css Color HEX #9F2D79 Medium Red Violet

📋 copy color: '#9F2D79'

red 159 ◦ green 45 ◦ blue 121

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

Shades of Medium Red Violet #9F2D79

Tints of Medium Red Violet #9F2D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 48.92%
G = 13.85%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F2D79 (or 0x9F2D79) is known color: Medium Red Violet. HEX triplet: 9F, 2D and 79. RGB value is (159,45,121). Sum of RGB (Red+Green+Blue) = 159+45+121=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D79 is #60D286. Grayscale: #575757. Windows color (decimal): -6345351 or 7941535. OLE color: 7941535.

HSL color Cylindrical-coordinate representation of color #9F2D79: hue angle of 320º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D79 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 45 121 -
CMYK 0 0.72 0.24 0.38
HSL 320º 0.56% 0.4% -
HSV(B) 320º 0.72% 0.62% -
XYZ 18.69 10.63 19.16 -
YUV 87.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 159 45 121 0 0.72 0.24 0.38 320 0.56 0.4
Hex 9F 2D 79 0 48 18 26 140 38 28
Octal 237 55 171 0 110 30 46 500 70 50
Binary 10011111 101101 1111001 0 1001000 11000 100110 101000000 111000 101000

Color Harmonies of #9F2D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D79

Black with #9F2D79

Text Example


Text Example

White with #9F2D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,121); }

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

background-color css

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

 a { background-color: rgb(159,45,121); }

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

border-color css

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

 span { border-color: rgb(159,45,121); }

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