Html Css Color HEX #9F327D Medium Red Violet

📋 copy color: '#9F327D'

red 159 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #9F327D

Tints of Medium Red Violet #9F327D

RGB

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

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

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

R = 47.6%
G = 14.97%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F327D (or 0x9F327D) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 7D. RGB value is (159,50,125). Sum of RGB (Red+Green+Blue) = 159+50+125=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F327D is #60CD82. Grayscale: #5A5A5A. Windows color (decimal): -6344067 or 8204959. OLE color: 8204959.

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

Color convert

RGB 159 50 125 -
CMYK 0 0.69 0.21 0.38
HSL 318.72º 0.52% 0.41% -
HSV(B) 318.72º 0.69% 0.62% -
XYZ 19.14 11.13 20.54 -
YUV 91.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 159 50 125 0 0.69 0.21 0.38 318.72 0.52 0.41
Hex 9F 32 7D 0 45 15 26 13F 34 29
Octal 237 62 175 0 105 25 46 477 64 51
Binary 10011111 110010 1111101 0 1000101 10101 100110 100111111 110100 101001

Color Harmonies of #9F327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F327D

Black with #9F327D

Text Example


Text Example

White with #9F327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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