Html Css Color HEX #9F3777 Medium Red Violet

📋 copy color: '#9F3777'

red 159 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #9F3777

Tints of Medium Red Violet #9F3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 47.75%
G = 16.52%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F3777 (or 0x9F3777) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 77. RGB value is (159,55,119). Sum of RGB (Red+Green+Blue) = 159+55+119=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3777 is #60C888. Grayscale: #5D5D5D. Windows color (decimal): -6342793 or 7813023. OLE color: 7813023.

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

Color convert

RGB 159 55 119 -
CMYK 0 0.65 0.25 0.38
HSL 323.08º 0.49% 0.42% -
HSV(B) 323.08º 0.65% 0.62% -
XYZ 18.99 11.44 18.66 -
YUV 93.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 159 55 119 0 0.65 0.25 0.38 323.08 0.49 0.42
Hex 9F 37 77 0 41 19 26 143 31 2A
Octal 237 67 167 0 101 31 46 503 61 52
Binary 10011111 110111 1110111 0 1000001 11001 100110 101000011 110001 101010

Color Harmonies of #9F3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3777

Black with #9F3777

Text Example


Text Example

White with #9F3777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,119); }

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

background-color css

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

 a { background-color: rgb(159,55,119); }

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

border-color css

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

 span { border-color: rgb(159,55,119); }

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