Html Css Color HEX #9F3174 Medium Red Violet

📋 copy color: '#9F3174'

red 159 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #9F3174

Tints of Medium Red Violet #9F3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 49.07%
G = 15.12%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F3174 (or 0x9F3174) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 74. RGB value is (159,49,116). Sum of RGB (Red+Green+Blue) = 159+49+116=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3174 is #60CE8B. Grayscale: #595959. Windows color (decimal): -6344332 or 7614879. OLE color: 7614879.

HSL color Cylindrical-coordinate representation of color #9F3174: hue angle of 323.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3174 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 49 116 -
CMYK 0 0.69 0.27 0.38
HSL 323.45º 0.53% 0.41% -
HSV(B) 323.45º 0.69% 0.62% -
XYZ 18.55 10.83 17.64 -
YUV 89.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 159 49 116 0 0.69 0.27 0.38 323.45 0.53 0.41
Hex 9F 31 74 0 45 1B 26 143 35 29
Octal 237 61 164 0 105 33 46 503 65 51
Binary 10011111 110001 1110100 0 1000101 11011 100110 101000011 110101 101001

Color Harmonies of #9F3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3174

Black with #9F3174

Text Example


Text Example

White with #9F3174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,49,116); }

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

background-color css

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

 a { background-color: rgb(159,49,116); }

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

border-color css

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

 span { border-color: rgb(159,49,116); }

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