#9F2E82

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

Shades of Medium Red Violet #9F2E82

Tints of Medium Red Violet #9F2E82

Color information

#9F2E82 (or 0x9F2E82) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2E and 82. RGB value is (159,46,130). Sum of RGB (Red+Green+Blue) = 159+46+130=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2E82 is #60D17D. Grayscale: #595959. Windows color (decimal): -6345086 or 8531615. OLE color: 8531615.

HSL color Cylindrical-coordinate representation of color #9F2E82: hue angle of 315.4º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E82 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15946130-
CMYK00.710.180.38
HSL315.4º55.12%40.2%-
HSV(B)315.4º71.07%62.35%-
XYZ19.310.9422.21-
YUV89.36150.94177.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=47.46%
G=13.73%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594613000.710.180.38315.455.1240.2
Hex9F2E82047122613b3728
Octal23756202010722464736750
Binary10011111101110100000100100011110010100110100111011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,130); }

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

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

 a { background-color: rgb(159,46,130); }

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

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

 span { border-color: rgb(159,46,130); }

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