#9C3886

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

Shades of Medium Red Violet #9C3886

Tints of Medium Red Violet #9C3886

Color information

#9C3886 (or 0x9C3886) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 38 and 86. RGB value is (156,56,134). Sum of RGB (Red+Green+Blue) = 156+56+134=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3886 is #63C779. Grayscale: #5E5E5E. Windows color (decimal): -6539130 or 8796316. OLE color: 8796316.

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

Color convert

RGB15656134-
CMYK00.640.140.39
HSL313.2º47.17%41.57%-
HSV(B)313.2º64.1%61.18%-
XYZ19.4311.6223.77-
YUV94.79150.13171.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=45.09%
G=16.18%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565613400.640.140.39313.247.1741.57
Hex9C3886040E271392f2a
Octal23470206010016474715752
Binary1001110011100010000110010000001110100111100111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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