Html Css Color HEX #9F367F Medium Red Violet

📋 copy color: '#9F367F'

red 159 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #9F367F

Tints of Medium Red Violet #9F367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 46.76%
G = 15.88%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F367F (or 0x9F367F) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 7F. RGB value is (159,54,127). Sum of RGB (Red+Green+Blue) = 159+54+127=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F367F is #60C980. Grayscale: #5D5D5D. Windows color (decimal): -6343041 or 8337055. OLE color: 8337055.

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

Color convert

RGB 159 54 127 -
CMYK 0 0.66 0.20 0.38
HSL 318.29º 0.49% 0.42% -
HSV(B) 318.29º 0.66% 0.62% -
XYZ 19.45 11.54 21.28 -
YUV 93.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 159 54 127 0 0.66 0.20 0.38 318.29 0.49 0.42
Hex 9F 36 7F 0 42 14 26 13E 31 2A
Octal 237 66 177 0 102 24 46 476 61 52
Binary 10011111 110110 1111111 0 1000010 10100 100110 100111110 110001 101010

Color Harmonies of #9F367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F367F

Black with #9F367F

Text Example


Text Example

White with #9F367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,127); }

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

background-color css

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

 a { background-color: rgb(159,54,127); }

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

border-color css

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

 span { border-color: rgb(159,54,127); }

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