Html Css Color HEX #9F3379 Medium Red Violet

📋 copy color: '#9F3379'

red 159 ◦ green 51 ◦ blue 121

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

Shades of Medium Red Violet #9F3379

Tints of Medium Red Violet #9F3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 48.04%
G = 15.41%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F3379 (or 0x9F3379) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 79. RGB value is (159,51,121). Sum of RGB (Red+Green+Blue) = 159+51+121=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3379 is #60CC86. Grayscale: #5B5B5B. Windows color (decimal): -6343815 or 7943071. OLE color: 7943071.

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

Color convert

RGB 159 51 121 -
CMYK 0 0.68 0.24 0.38
HSL 321.11º 0.51% 0.41% -
HSV(B) 321.11º 0.68% 0.62% -
XYZ 18.93 11.12 19.24 -
YUV 91.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 159 51 121 0 0.68 0.24 0.38 321.11 0.51 0.41
Hex 9F 33 79 0 44 18 26 141 33 29
Octal 237 63 171 0 104 30 46 501 63 51
Binary 10011111 110011 1111001 0 1000100 11000 100110 101000001 110011 101001

Color Harmonies of #9F3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3379

Black with #9F3379

Text Example


Text Example

White with #9F3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,121); }

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

background-color css

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

 a { background-color: rgb(159,51,121); }

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

border-color css

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

 span { border-color: rgb(159,51,121); }

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