#9C4382

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

Shades of Medium Red Violet #9C4382

Tints of Medium Red Violet #9C4382

Color information

#9C4382 (or 0x9C4382) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 43 and 82. RGB value is (156,67,130). Sum of RGB (Red+Green+Blue) = 156+67+130=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4382 is #63BC7D. Grayscale: #646464. Windows color (decimal): -6536318 or 8536988. OLE color: 8536988.

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

Color convert

RGB15667130-
CMYK00.570.170.39
HSL317.53º39.91%43.73%-
HSV(B)317.53º57.05%61.18%-
XYZ19.7512.6922.53-
YUV100.79144.49167.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=44.19%
G=18.98%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566713000.570.170.39317.5339.9143.73
Hex9C4382039112713e282c
Octal23410320207121474765054
Binary10011100100001110000010011100110001100111100111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,67,130); }

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

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

 a { background-color: rgb(156,67,130); }

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

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

 span { border-color: rgb(156,67,130); }

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