#9D418A

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

Shades of Medium Red Violet #9D418A

Tints of Medium Red Violet #9D418A

Color information

#9D418A (or 0x9D418A) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 41 and 8A. RGB value is (157,65,138). Sum of RGB (Red+Green+Blue) = 157+65+138=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D418A is #62BE75. Grayscale: #646464. Windows color (decimal): -6471286 or 9060765. OLE color: 9060765.

HSL color Cylindrical-coordinate representation of color #9D418A: hue angle of 312.39º 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 #9D418A is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15765138-
CMYK00.590.120.38
HSL312.39º41.44%43.53%-
HSV(B)312.39º58.6%61.57%-
XYZ20.3812.7825.44-
YUV100.83148.98168.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=43.61%
G=18.06%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576513800.590.120.38312.3941.4443.53
Hex9D418A03BC26138292c
Octal23510121207314464705154
Binary1001110110000011000101001110111100100110100111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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