Html Css Color HEX #9F327F Medium Red Violet

📋 copy color: '#9F327F'

red 159 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #9F327F

Tints of Medium Red Violet #9F327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 47.32%
G = 14.88%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F327F (or 0x9F327F) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 7F. RGB value is (159,50,127). Sum of RGB (Red+Green+Blue) = 159+50+127=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F327F is #60CD80. Grayscale: #5B5B5B. Windows color (decimal): -6344065 or 8336031. OLE color: 8336031.

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

Color convert

RGB 159 50 127 -
CMYK 0 0.69 0.20 0.38
HSL 317.61º 0.52% 0.41% -
HSV(B) 317.61º 0.69% 0.62% -
XYZ 19.27 11.18 21.22 -
YUV 91.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 159 50 127 0 0.69 0.20 0.38 317.61 0.52 0.41
Hex 9F 32 7F 0 45 14 26 13E 34 29
Octal 237 62 177 0 105 24 46 476 64 51
Binary 10011111 110010 1111111 0 1000101 10100 100110 100111110 110100 101001

Color Harmonies of #9F327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F327F

Black with #9F327F

Text Example


Text Example

White with #9F327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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