#9C4381

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

Shades of Medium Red Violet #9C4381

Tints of Medium Red Violet #9C4381

Color information

#9C4381 (or 0x9C4381) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 43 and 81. RGB value is (156,67,129). Sum of RGB (Red+Green+Blue) = 156+67+129=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4381 is #63BC7E. Grayscale: #646464. Windows color (decimal): -6536319 or 8471452. OLE color: 8471452.

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

Color convert

RGB15667129-
CMYK00.570.170.39
HSL318.2º39.91%43.73%-
HSV(B)318.2º57.05%61.18%-
XYZ19.6812.6722.18-
YUV100.68143.99167.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=44.32%
G=19.03%
B=36.65%

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
Decimal1566712900.570.170.39318.239.9143.73
Hex9C4381039112713e282c
Octal23410320107121474765054
Binary10011100100001110000001011100110001100111100111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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