Html Css Color HEX #9F2D7E Medium Red Violet

📋 copy color: '#9F2D7E'

red 159 ◦ green 45 ◦ blue 126

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

Shades of Medium Red Violet #9F2D7E

Tints of Medium Red Violet #9F2D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 48.18%
G = 13.64%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F2D7E (or 0x9F2D7E) is known color: Medium Red Violet. HEX triplet: 9F, 2D and 7E. RGB value is (159,45,126). Sum of RGB (Red+Green+Blue) = 159+45+126=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D7E is #60D281. Grayscale: #585858. Windows color (decimal): -6345346 or 8269215. OLE color: 8269215.

HSL color Cylindrical-coordinate representation of color #9F2D7E: hue angle of 317.37º 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 #9F2D7E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 45 126 -
CMYK 0 0.72 0.21 0.38
HSL 317.37º 0.56% 0.4% -
HSV(B) 317.37º 0.72% 0.62% -
XYZ 19 10.75 20.81 -
YUV 88.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 159 45 126 0 0.72 0.21 0.38 317.37 0.56 0.4
Hex 9F 2D 7E 0 48 15 26 13D 38 28
Octal 237 55 176 0 110 25 46 475 70 50
Binary 10011111 101101 1111110 0 1001000 10101 100110 100111101 111000 101000

Color Harmonies of #9F2D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D7E

Black with #9F2D7E

Text Example


Text Example

White with #9F2D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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