#9F3E8A

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

Shades of Medium Red Violet #9F3E8A

Tints of Medium Red Violet #9F3E8A

Color information

#9F3E8A (or 0x9F3E8A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3E and 8A. RGB value is (159,62,138). Sum of RGB (Red+Green+Blue) = 159+62+138=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E8A is #60C175. Grayscale: #636363. Windows color (decimal): -6340982 or 9059999. OLE color: 9059999.

HSL color Cylindrical-coordinate representation of color #9F3E8A: hue angle of 312.99º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E8A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15962138-
CMYK00.610.130.38
HSL312.99º43.89%43.33%-
HSV(B)312.99º61.01%62.35%-
XYZ20.6112.6525.4-
YUV99.67149.64170.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=44.29%
G=17.27%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596213800.610.130.38312.9943.8943.33
Hex9F3E8A03DD261392c2b
Octal2377621207515464715453
Binary100111111111101000101001111011101100110100111001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,138); }

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

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

 a { background-color: rgb(159,62,138); }

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

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

 span { border-color: rgb(159,62,138); }

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