#9F3492

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

Shades of Medium Red Violet #9F3492

Tints of Medium Red Violet #9F3492

Color information

#9F3492 (or 0x9F3492) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 34 and 92. RGB value is (159,52,146). Sum of RGB (Red+Green+Blue) = 159+52+146=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3492 is #60CB6D. Grayscale: #5E5E5E. Windows color (decimal): -6343534 or 9581727. OLE color: 9581727.

HSL color Cylindrical-coordinate representation of color #9F3492: hue angle of 307.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3492 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15952146-
CMYK00.670.080.38
HSL307.29º50.71%41.37%-
HSV(B)307.29º67.3%62.35%-
XYZ20.7111.928.4-
YUV94.71156.95173.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=44.54%
G=14.57%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595214600.670.080.38307.2950.7141.37
Hex9F34920438261333329
Octal23764222010310464636351
Binary1001111111010010010010010000111000100110100110011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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