Html Css Color HEX #9F357A Medium Red Violet

📋 copy color: '#9F357A'

red 159 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #9F357A

Tints of Medium Red Violet #9F357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 47.6%
G = 15.87%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F357A (or 0x9F357A) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7A. RGB value is (159,53,122). Sum of RGB (Red+Green+Blue) = 159+53+122=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357A is #60CA85. Grayscale: #5C5C5C. Windows color (decimal): -6343302 or 8009119. OLE color: 8009119.

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

Color convert

RGB 159 53 122 -
CMYK 0 0.67 0.23 0.38
HSL 320.94º 0.5% 0.42% -
HSV(B) 320.94º 0.67% 0.62% -
XYZ 19.08 11.32 19.59 -
YUV 92.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 159 53 122 0 0.67 0.23 0.38 320.94 0.5 0.42
Hex 9F 35 7A 0 43 17 26 141 32 2A
Octal 237 65 172 0 103 27 46 501 62 52
Binary 10011111 110101 1111010 0 1000011 10111 100110 101000001 110010 101010

Color Harmonies of #9F357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F357A

Black with #9F357A

Text Example


Text Example

White with #9F357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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