Html Css Color HEX #9F3080 Medium Red Violet

📋 copy color: '#9F3080'

red 159 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #9F3080

Tints of Medium Red Violet #9F3080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 47.46%
G = 14.33%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F3080 (or 0x9F3080) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 80. RGB value is (159,48,128). Sum of RGB (Red+Green+Blue) = 159+48+128=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3080 is #60CF7F. Grayscale: #5A5A5A. Windows color (decimal): -6344576 or 8401055. OLE color: 8401055.

HSL color Cylindrical-coordinate representation of color #9F3080: hue angle of 316.76º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3080 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 48 128 -
CMYK 0 0.70 0.19 0.38
HSL 316.76º 0.54% 0.41% -
HSV(B) 316.76º 0.7% 0.62% -
XYZ 19.25 11.04 21.54 -
YUV 90.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 159 48 128 0 0.70 0.19 0.38 316.76 0.54 0.41
Hex 9F 30 80 0 46 13 26 13D 36 29
Octal 237 60 200 0 106 23 46 475 66 51
Binary 10011111 110000 10000000 0 1000110 10011 100110 100111101 110110 101001

Color Harmonies of #9F3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3080

Black with #9F3080

Text Example


Text Example

White with #9F3080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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