#9F3A92

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

Shades of Medium Red Violet #9F3A92

Tints of Medium Red Violet #9F3A92

Color information

#9F3A92 (or 0x9F3A92) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3A and 92. RGB value is (159,58,146). Sum of RGB (Red+Green+Blue) = 159+58+146=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A92 is #60C56D. Grayscale: #616161. Windows color (decimal): -6341998 or 9583263. OLE color: 9583263.

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

Color convert

RGB15958146-
CMYK00.640.080.38
HSL307.72º46.54%42.55%-
HSV(B)307.72º63.52%62.35%-
XYZ2112.4728.49-
YUV98.23154.96171.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=43.80%
G=15.98%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595814600.640.080.38307.7246.5442.55
Hex9F3A920408261342f2b
Octal23772222010010464645753
Binary1001111111101010010010010000001000100110100110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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