Html Css Color HEX #9F327C Medium Red Violet

📋 copy color: '#9F327C'

red 159 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #9F327C

Tints of Medium Red Violet #9F327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 47.75%
G = 15.02%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F327C (or 0x9F327C) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 7C. RGB value is (159,50,124). Sum of RGB (Red+Green+Blue) = 159+50+124=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F327C is #60CD83. Grayscale: #5A5A5A. Windows color (decimal): -6344068 or 8139423. OLE color: 8139423.

HSL color Cylindrical-coordinate representation of color #9F327C: hue angle of 319.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F327C is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 50 124 -
CMYK 0 0.69 0.22 0.38
HSL 319.27º 0.52% 0.41% -
HSV(B) 319.27º 0.69% 0.62% -
XYZ 19.08 11.11 20.21 -
YUV 91.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 159 50 124 0 0.69 0.22 0.38 319.27 0.52 0.41
Hex 9F 32 7C 0 45 16 26 13F 34 29
Octal 237 62 174 0 105 26 46 477 64 51
Binary 10011111 110010 1111100 0 1000101 10110 100110 100111111 110100 101001

Color Harmonies of #9F327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F327C

Black with #9F327C

Text Example


Text Example

White with #9F327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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