#9F3A8B

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

Shades of Medium Red Violet #9F3A8B

Tints of Medium Red Violet #9F3A8B

Color information

#9F3A8B (or 0x9F3A8B) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3A and 8B. RGB value is (159,58,139). Sum of RGB (Red+Green+Blue) = 159+58+139=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A8B is #60C574. Grayscale: #616161. Windows color (decimal): -6342005 or 9124511. OLE color: 9124511.

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

Color convert

RGB15958139-
CMYK00.640.130.38
HSL311.88º46.54%42.55%-
HSV(B)311.88º63.52%62.35%-
XYZ20.4712.2625.71-
YUV97.43151.46171.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=44.66%
G=16.29%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595813900.640.130.38311.8846.5442.55
Hex9F3A8B040D261382f2b
Octal23772213010015464705753
Binary1001111111101010001011010000001101100110100111000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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