#9D408A

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

Shades of Medium Red Violet #9D408A

Tints of Medium Red Violet #9D408A

Color information

#9D408A (or 0x9D408A) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 40 and 8A. RGB value is (157,64,138). Sum of RGB (Red+Green+Blue) = 157+64+138=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D408A is #62BF75. Grayscale: #646464. Windows color (decimal): -6471542 or 9060509. OLE color: 9060509.

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

Color convert

RGB15764138-
CMYK00.590.120.38
HSL312.26º42.08%43.33%-
HSV(B)312.26º59.24%61.57%-
XYZ20.3312.6725.42-
YUV100.24149.31168.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=43.73%
G=17.83%
B=38.44%

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
Decimal1576413800.590.120.38312.2642.0843.33
Hex9D408A03BC261382a2b
Octal23510021207314464705253
Binary1001110110000001000101001110111100100110100111000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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