#9F2F8A

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

Shades of Medium Red Violet #9F2F8A

Tints of Medium Red Violet #9F2F8A

Color information

#9F2F8A (or 0x9F2F8A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2F and 8A. RGB value is (159,47,138). Sum of RGB (Red+Green+Blue) = 159+47+138=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F8A is #60D075. Grayscale: #5A5A5A. Windows color (decimal): -6344822 or 9056159. OLE color: 9056159.

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

Color convert

RGB15947138-
CMYK00.700.130.38
HSL311.25º54.37%40.39%-
HSV(B)311.25º70.44%62.35%-
XYZ19.911.2425.17-
YUV90.86154.61176.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 47 (18.75% from 255) = 13.66%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=46.22%
G=13.66%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594713800.700.130.38311.2554.3740.39
Hex9F2F8A046D261373628
Octal23757212010615464676650
Binary1001111110111110001010010001101101100110100110111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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