#9F327E

Color #9F327E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9F327E

Tints of Medium Red Violet #9F327E

Color information

#9F327E (or 0x9F327E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 32 and 7E. RGB value is (159,50,126). Sum of RGB (Red+Green+Blue) = 159+50+126=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F327E is #60CD81. Grayscale: #5B5B5B. Windows color (decimal): -6344066 or 8270495. OLE color: 8270495.

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

Color convert

RGB15950126-
CMYK00.690.210.38
HSL318.17º52.15%40.98%-
HSV(B)318.17º68.55%62.35%-
XYZ19.211.1620.88-
YUV91.26147.61176.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=47.46%
G=14.93%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595012600.690.210.38318.1752.1540.98
Hex9F327E045152613e3429
Octal23762176010525464766451
Binary1001111111001011111100100010110101100110100111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F327E;
 }
 .AnyTagClassName
 {
   color: #9F327E;
 }
</style>
background-color css

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

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

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

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

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

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