Html Css Color HEX #9F367D Medium Red Violet

📋 copy color: '#9F367D'

red 159 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #9F367D

Tints of Medium Red Violet #9F367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 47.04%
G = 15.98%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F367D (or 0x9F367D) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 7D. RGB value is (159,54,125). Sum of RGB (Red+Green+Blue) = 159+54+125=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F367D is #60C982. Grayscale: #5D5D5D. Windows color (decimal): -6343043 or 8205983. OLE color: 8205983.

HSL color Cylindrical-coordinate representation of color #9F367D: hue angle of 319.43º 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 #9F367D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 54 125 -
CMYK 0 0.66 0.21 0.38
HSL 319.43º 0.49% 0.42% -
HSV(B) 319.43º 0.66% 0.62% -
XYZ 19.32 11.49 20.6 -
YUV 93.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 159 54 125 0 0.66 0.21 0.38 319.43 0.49 0.42
Hex 9F 36 7D 0 42 15 26 13F 31 2A
Octal 237 66 175 0 102 25 46 477 61 52
Binary 10011111 110110 1111101 0 1000010 10101 100110 100111111 110001 101010

Color Harmonies of #9F367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F367D

Black with #9F367D

Text Example


Text Example

White with #9F367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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