#9C388A

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

Shades of Medium Red Violet #9C388A

Tints of Medium Red Violet #9C388A

Color information

#9C388A (or 0x9C388A) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 38 and 8A. RGB value is (156,56,138). Sum of RGB (Red+Green+Blue) = 156+56+138=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C388A is #63C775. Grayscale: #5F5F5F. Windows color (decimal): -6539126 or 9058460. OLE color: 9058460.

HSL color Cylindrical-coordinate representation of color #9C388A: hue angle of 310.8º 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 #9C388A is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15656138-
CMYK00.640.120.39
HSL310.8º47.17%41.57%-
HSV(B)310.8º64.1%61.18%-
XYZ19.7111.7325.27-
YUV95.25152.13171.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=44.57%
G=16%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565613800.640.120.39310.847.1741.57
Hex9C388A040C271372f2a
Octal23470212010014474675752
Binary1001110011100010001010010000001100100111100110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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