#9F308E

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

Shades of Medium Red Violet #9F308E

Tints of Medium Red Violet #9F308E

Color information

#9F308E (or 0x9F308E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 30 and 8E. RGB value is (159,48,142). Sum of RGB (Red+Green+Blue) = 159+48+142=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F308E is #60CF71. Grayscale: #5B5B5B. Windows color (decimal): -6344562 or 9318559. OLE color: 9318559.

HSL color Cylindrical-coordinate representation of color #9F308E: hue angle of 309.19º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F308E is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15948142-
CMYK00.700.110.38
HSL309.19º53.62%40.59%-
HSV(B)309.19º69.81%62.35%-
XYZ20.2411.4426.73-
YUV91.9156.27175.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 48 (19.14% from 255) = 13.75%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=45.56%
G=13.75%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594814200.700.110.38309.1953.6240.59
Hex9F308E046B261353629
Octal23760216010613464656651
Binary1001111111000010001110010001101011100110100110101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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