#9C3C86

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

Shades of Medium Red Violet #9C3C86

Tints of Medium Red Violet #9C3C86

Color information

#9C3C86 (or 0x9C3C86) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 3C and 86. RGB value is (156,60,134). Sum of RGB (Red+Green+Blue) = 156+60+134=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C86 is #63C379. Grayscale: #606060. Windows color (decimal): -6538106 or 8797340. OLE color: 8797340.

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

Color convert

RGB15660134-
CMYK00.620.140.39
HSL313.75º44.44%42.35%-
HSV(B)313.75º61.54%61.18%-
XYZ19.6312.0223.84-
YUV97.14148.8169.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 60 (23.83% from 255) = 17.14%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=44.57%
G=17.14%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566013400.620.140.39313.7544.4442.35
Hex9C3C8603EE2713a2c2a
Octal2347420607616474725452
Binary100111001111001000011001111101110100111100111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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