#9F3A8F

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

Shades of Medium Red Violet #9F3A8F

Tints of Medium Red Violet #9F3A8F

Color information

#9F3A8F (or 0x9F3A8F) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3A and 8F. RGB value is (159,58,143). Sum of RGB (Red+Green+Blue) = 159+58+143=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A8F is #60C570. Grayscale: #616161. Windows color (decimal): -6342001 or 9386655. OLE color: 9386655.

HSL color Cylindrical-coordinate representation of color #9F3A8F: hue angle of 309.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A8F is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15958143-
CMYK00.640.100.38
HSL309.5º46.54%42.55%-
HSV(B)309.5º63.52%62.35%-
XYZ20.7712.3827.28-
YUV97.89153.46171.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=44.17%
G=16.11%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595814300.640.100.38309.546.5442.55
Hex9F3A8F040A261362f2b
Octal23772217010012464665753
Binary1001111111101010001111010000001010100110100110110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,143); }

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

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

 a { background-color: rgb(159,58,143); }

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

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

 span { border-color: rgb(159,58,143); }

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