Html Css Color HEX #9F4680 Medium Red Violet

📋 copy color: '#9F4680'

red 159 ◦ green 70 ◦ blue 128

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

Shades of Medium Red Violet #9F4680

Tints of Medium Red Violet #9F4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 44.54%
G = 19.61%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F4680 (or 0x9F4680) is known color: Medium Red Violet. HEX triplet: 9F, 46 and 80. RGB value is (159,70,128). Sum of RGB (Red+Green+Blue) = 159+70+128=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4680 is #60B97F. Grayscale: #676767. Windows color (decimal): -6338944 or 8406687. OLE color: 8406687.

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

Color convert

RGB 159 70 128 -
CMYK 0 0.56 0.19 0.38
HSL 320.9º 0.39% 0.45% -
HSV(B) 320.9º 0.56% 0.62% -
XYZ 20.38 13.31 21.92 -
YUV 103.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 159 70 128 0 0.56 0.19 0.38 320.9 0.39 0.45
Hex 9F 46 80 0 38 13 26 141 27 2D
Octal 237 106 200 0 70 23 46 501 47 55
Binary 10011111 1000110 10000000 0 111000 10011 100110 101000001 100111 101101

Color Harmonies of #9F4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4680

Black with #9F4680

Text Example


Text Example

White with #9F4680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,128); }

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

background-color css

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

 a { background-color: rgb(159,70,128); }

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

border-color css

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

 span { border-color: rgb(159,70,128); }

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