#9F478A

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

Shades of Medium Red Violet #9F478A

Tints of Medium Red Violet #9F478A

Color information

#9F478A (or 0x9F478A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 47 and 8A. RGB value is (159,71,138). Sum of RGB (Red+Green+Blue) = 159+71+138=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F478A is #60B875. Grayscale: #686868. Windows color (decimal): -6338678 or 9062303. OLE color: 9062303.

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

Color convert

RGB15971138-
CMYK00.550.130.38
HSL314.32º38.26%45.1%-
HSV(B)314.32º55.35%62.35%-
XYZ21.1413.7125.58-
YUV104.95146.65166.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=43.21%
G=19.29%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597113800.550.130.38314.3238.2645.1
Hex9F478A037D2613a262d
Octal23710721206715464724655
Binary1001111110001111000101001101111101100110100111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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