Html Css Color HEX #9F357D Medium Red Violet

📋 copy color: '#9F357D'

red 159 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #9F357D

Tints of Medium Red Violet #9F357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 47.18%
G = 15.73%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F357D (or 0x9F357D) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7D. RGB value is (159,53,125). Sum of RGB (Red+Green+Blue) = 159+53+125=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357D is #60CA82. Grayscale: #5C5C5C. Windows color (decimal): -6343299 or 8205727. OLE color: 8205727.

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

Color convert

RGB 159 53 125 -
CMYK 0 0.67 0.21 0.38
HSL 319.25º 0.5% 0.42% -
HSV(B) 319.25º 0.67% 0.62% -
XYZ 19.27 11.4 20.59 -
YUV 92.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 159 53 125 0 0.67 0.21 0.38 319.25 0.5 0.42
Hex 9F 35 7D 0 43 15 26 13F 32 2A
Octal 237 65 175 0 103 25 46 477 62 52
Binary 10011111 110101 1111101 0 1000011 10101 100110 100111111 110010 101010

Color Harmonies of #9F357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F357D

Black with #9F357D

Text Example


Text Example

White with #9F357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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