#9D427C

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

Shades of Medium Red Violet #9D427C

Tints of Medium Red Violet #9D427C

Color information

#9D427C (or 0x9D427C) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 42 and 7C. RGB value is (157,66,124). Sum of RGB (Red+Green+Blue) = 157+66+124=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D427C is #62BD83. Grayscale: #636363. Windows color (decimal): -6471044 or 8143517. OLE color: 8143517.

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

Color convert

RGB15766124-
CMYK00.580.210.38
HSL321.76º40.81%43.73%-
HSV(B)321.76º57.96%61.57%-
XYZ19.4912.5220.46-
YUV99.82141.65168.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=45.24%
G=19.02%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576612400.580.210.38321.7640.8143.73
Hex9D427C03A1526142292c
Octal23510217407225465025154
Binary1001110110000101111100011101010101100110101000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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