#9F338A

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

Shades of Medium Red Violet #9F338A

Tints of Medium Red Violet #9F338A

Color information

#9F338A (or 0x9F338A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 33 and 8A. RGB value is (159,51,138). Sum of RGB (Red+Green+Blue) = 159+51+138=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F338A is #60CC75. Grayscale: #5C5C5C. Windows color (decimal): -6343798 or 9057183. OLE color: 9057183.

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

Color convert

RGB15951138-
CMYK00.680.130.38
HSL311.67º51.43%41.18%-
HSV(B)311.67º67.92%62.35%-
XYZ20.0711.5725.22-
YUV93.21153.28174.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=45.69%
G=14.66%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595113800.680.130.38311.6751.4341.18
Hex9F338A044D261383329
Octal23763212010415464706351
Binary1001111111001110001010010001001101100110100111000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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