#9C4380

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

Shades of Medium Red Violet #9C4380

Tints of Medium Red Violet #9C4380

Color information

#9C4380 (or 0x9C4380) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 43 and 80. RGB value is (156,67,128). Sum of RGB (Red+Green+Blue) = 156+67+128=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4380 is #63BC7F. Grayscale: #646464. Windows color (decimal): -6536320 or 8405916. OLE color: 8405916.

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

Color convert

RGB15667128-
CMYK00.570.180.39
HSL318.88º39.91%43.73%-
HSV(B)318.88º57.05%61.18%-
XYZ19.6112.6421.83-
YUV100.56143.49167.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=44.44%
G=19.09%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566712800.570.180.39318.8839.9143.73
Hex9C4380039122713f282c
Octal23410320007122474775054
Binary10011100100001110000000011100110010100111100111111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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