#9F367A

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

Shades of Medium Red Violet #9F367A

Tints of Medium Red Violet #9F367A

Color information

#9F367A (or 0x9F367A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 36 and 7A. RGB value is (159,54,122). Sum of RGB (Red+Green+Blue) = 159+54+122=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F367A is #60C985. Grayscale: #5C5C5C. Windows color (decimal): -6343046 or 8009375. OLE color: 8009375.

HSL color Cylindrical-coordinate representation of color #9F367A: hue angle of 321.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F367A is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15954122-
CMYK00.660.230.38
HSL321.14º49.3%41.76%-
HSV(B)321.14º66.04%62.35%-
XYZ19.1311.4119.61-
YUV93.15144.29174.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=47.46%
G=16.12%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595412200.660.230.38321.1449.341.76
Hex9F367A0421726141312a
Octal23766172010227465016152
Binary1001111111011011110100100001010111100110101000001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,54,122); }

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

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

 a { background-color: rgb(159,54,122); }

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

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

 span { border-color: rgb(159,54,122); }

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