#9F2F88

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

Shades of Medium Red Violet #9F2F88

Tints of Medium Red Violet #9F2F88

Color information

#9F2F88 (or 0x9F2F88) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2F and 88. RGB value is (159,47,136). Sum of RGB (Red+Green+Blue) = 159+47+136=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F88 is #60D077. Grayscale: #5A5A5A. Windows color (decimal): -6344824 or 8925087. OLE color: 8925087.

HSL color Cylindrical-coordinate representation of color #9F2F88: hue angle of 312.32º 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 #9F2F88 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15947136-
CMYK00.700.140.38
HSL312.32º54.37%40.39%-
HSV(B)312.32º70.44%62.35%-
XYZ19.7611.1824.41-
YUV90.63153.61176.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=46.49%
G=13.74%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594713600.700.140.38312.3254.3740.39
Hex9F2F88046E261383628
Octal23757210010616464706650
Binary1001111110111110001000010001101110100110100111000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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