Html Css Color HEX #9F357C Medium Red Violet

📋 copy color: '#9F357C'

red 159 ◦ green 53 ◦ blue 124

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

Shades of Medium Red Violet #9F357C

Tints of Medium Red Violet #9F357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 47.32%
G = 15.77%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F357C (or 0x9F357C) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7C. RGB value is (159,53,124). Sum of RGB (Red+Green+Blue) = 159+53+124=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357C is #60CA83. Grayscale: #5C5C5C. Windows color (decimal): -6343300 or 8140191. OLE color: 8140191.

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

Color convert

RGB 159 53 124 -
CMYK 0 0.67 0.22 0.38
HSL 319.81º 0.5% 0.42% -
HSV(B) 319.81º 0.67% 0.62% -
XYZ 19.21 11.37 20.25 -
YUV 92.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 159 53 124 0 0.67 0.22 0.38 319.81 0.5 0.42
Hex 9F 35 7C 0 43 16 26 140 32 2A
Octal 237 65 174 0 103 26 46 500 62 52
Binary 10011111 110101 1111100 0 1000011 10110 100110 101000000 110010 101010

Color Harmonies of #9F357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F357C

Black with #9F357C

Text Example


Text Example

White with #9F357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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