Html Css Color HEX #9F2D73 Medium Red Violet

📋 copy color: '#9F2D73'

red 159 ◦ green 45 ◦ blue 115

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

Shades of Medium Red Violet #9F2D73

Tints of Medium Red Violet #9F2D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 49.84%
G = 14.11%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F2D73 (or 0x9F2D73) is known color: Medium Red Violet. HEX triplet: 9F, 2D and 73. RGB value is (159,45,115). Sum of RGB (Red+Green+Blue) = 159+45+115=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D73 is #60D28C. Grayscale: #565656. Windows color (decimal): -6345357 or 7548319. OLE color: 7548319.

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

Color convert

RGB 159 45 115 -
CMYK 0 0.72 0.28 0.38
HSL 323.16º 0.56% 0.4% -
HSV(B) 323.16º 0.72% 0.62% -
XYZ 18.33 10.49 17.28 -
YUV 87.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 159 45 115 0 0.72 0.28 0.38 323.16 0.56 0.4
Hex 9F 2D 73 0 48 1C 26 143 38 28
Octal 237 55 163 0 110 34 46 503 70 50
Binary 10011111 101101 1110011 0 1001000 11100 100110 101000011 111000 101000

Color Harmonies of #9F2D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D73

Black with #9F2D73

Text Example


Text Example

White with #9F2D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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