Html Css Color HEX #9F3980 Medium Red Violet

📋 copy color: '#9F3980'

red 159 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #9F3980

Tints of Medium Red Violet #9F3980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 46.22%
G = 16.57%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F3980 (or 0x9F3980) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 80. RGB value is (159,57,128). Sum of RGB (Red+Green+Blue) = 159+57+128=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3980 is #60C67F. Grayscale: #5F5F5F. Windows color (decimal): -6342272 or 8403359. OLE color: 8403359.

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

Color convert

RGB 159 57 128 -
CMYK 0 0.64 0.19 0.38
HSL 318.24º 0.47% 0.42% -
HSV(B) 318.24º 0.64% 0.62% -
XYZ 19.66 11.86 21.67 -
YUV 95.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 159 57 128 0 0.64 0.19 0.38 318.24 0.47 0.42
Hex 9F 39 80 0 40 13 26 13E 2F 2A
Octal 237 71 200 0 100 23 46 476 57 52
Binary 10011111 111001 10000000 0 1000000 10011 100110 100111110 101111 101010

Color Harmonies of #9F3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3980

Black with #9F3980

Text Example


Text Example

White with #9F3980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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