#9C4186

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

Shades of Medium Red Violet #9C4186

Tints of Medium Red Violet #9C4186

Color information

#9C4186 (or 0x9C4186) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 41 and 86. RGB value is (156,65,134). Sum of RGB (Red+Green+Blue) = 156+65+134=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4186 is #63BE79. Grayscale: #636363. Windows color (decimal): -6536826 or 8798620. OLE color: 8798620.

HSL color Cylindrical-coordinate representation of color #9C4186: hue angle of 314.51º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4186 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15665134-
CMYK00.580.140.39
HSL314.51º41.18%43.33%-
HSV(B)314.51º58.33%61.18%-
XYZ19.912.5723.93-
YUV100.08147.15167.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=43.94%
G=18.31%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566513400.580.140.39314.5141.1843.33
Hex9C418603AE2713b292b
Octal23410120607216474735153
Binary1001110010000011000011001110101110100111100111011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,65,134); }

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

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

 a { background-color: rgb(156,65,134); }

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

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

 span { border-color: rgb(156,65,134); }

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