#9D418B

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

Shades of Medium Red Violet #9D418B

Tints of Medium Red Violet #9D418B

Color information

#9D418B (or 0x9D418B) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 41 and 8B. RGB value is (157,65,139). Sum of RGB (Red+Green+Blue) = 157+65+139=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D418B is #62BE74. Grayscale: #646464. Windows color (decimal): -6471285 or 9126301. OLE color: 9126301.

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

Color convert

RGB15765139-
CMYK00.590.110.38
HSL311.74º41.44%43.53%-
HSV(B)311.74º58.6%61.57%-
XYZ20.4612.8125.82-
YUV100.94149.48167.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=43.49%
G=18.01%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576513900.590.110.38311.7441.4443.53
Hex9D418B03BB26138292c
Octal23510121307313464705154
Binary1001110110000011000101101110111011100110100111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,139); }

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

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

 a { background-color: rgb(157,65,139); }

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

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

 span { border-color: rgb(157,65,139); }

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