#9F3F8E

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

Shades of Medium Red Violet #9F3F8E

Tints of Medium Red Violet #9F3F8E

Color information

#9F3F8E (or 0x9F3F8E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3F and 8E. RGB value is (159,63,142). Sum of RGB (Red+Green+Blue) = 159+63+142=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3F8E is #60C071. Grayscale: #646464. Windows color (decimal): -6340722 or 9322399. OLE color: 9322399.

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

Color convert

RGB15963142-
CMYK00.600.110.38
HSL310.62º43.24%43.53%-
HSV(B)310.62º60.38%62.35%-
XYZ20.9612.8826.97-
YUV100.71151.3169.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=43.68%
G=17.31%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596314200.600.110.38310.6243.2443.53
Hex9F3F8E03CB261372b2c
Octal2377721607413464675354
Binary100111111111111000111001111001011100110100110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,142); }

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

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

 a { background-color: rgb(159,63,142); }

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

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

 span { border-color: rgb(159,63,142); }

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