#9C3988

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

Shades of Medium Red Violet #9C3988

Tints of Medium Red Violet #9C3988

Color information

#9C3988 (or 0x9C3988) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 39 and 88. RGB value is (156,57,136). Sum of RGB (Red+Green+Blue) = 156+57+136=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3988 is #63C677. Grayscale: #5F5F5F. Windows color (decimal): -6538872 or 8927644. OLE color: 8927644.

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

Color convert

RGB15657136-
CMYK00.630.130.39
HSL312.12º46.48%41.76%-
HSV(B)312.12º63.46%61.18%-
XYZ19.6211.7724.53-
YUV95.61150.8171.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=44.70%
G=16.33%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565713600.630.130.39312.1246.4841.76
Hex9C398803FD271382e2a
Octal2347121007715474705652
Binary100111001110011000100001111111101100111100111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,136); }

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

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

 a { background-color: rgb(156,57,136); }

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

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

 span { border-color: rgb(156,57,136); }

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