#9C427C

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

Shades of Medium Red Violet #9C427C

Tints of Medium Red Violet #9C427C

Color information

#9C427C (or 0x9C427C) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 42 and 7C. RGB value is (156,66,124). Sum of RGB (Red+Green+Blue) = 156+66+124=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C427C is #63BD83. Grayscale: #636363. Windows color (decimal): -6536580 or 8143516. OLE color: 8143516.

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

Color convert

RGB15666124-
CMYK00.580.210.39
HSL321.33º40.54%43.53%-
HSV(B)321.33º57.69%61.18%-
XYZ19.312.4220.45-
YUV99.52141.82168.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=45.09%
G=19.08%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566612400.580.210.39321.3340.5443.53
Hex9C427C03A1527141292c
Octal23410217407225475015154
Binary1001110010000101111100011101010101100111101000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,124); }

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

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

 a { background-color: rgb(156,66,124); }

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

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

 span { border-color: rgb(156,66,124); }

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