Html Css Color HEX #9D408C Medium Red Violet

📋 copy color: '#9D408C'

red 157 ◦ green 64 ◦ blue 140

#9D408C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #9D408C

Tints of Medium Red Violet #9D408C

RGB

 RED value IS 157 (61.72% from 255) = 43.49%

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 43.49%
G = 17.73%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D408C (or 0x9D408C) is known color: Medium Red Violet. HEX triplet: 9D, 40 and 8C. RGB value is (157,64,140). Sum of RGB (Red+Green+Blue) = 157+64+140=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D408C is #62BF73. Grayscale: #646464. Windows color (decimal): -6471540 or 9191581. OLE color: 9191581.

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

Color convert

RGB 157 64 140 -
CMYK 0 0.59 0.11 0.38
HSL 310.97º 0.42% 0.43% -
HSV(B) 310.97º 0.59% 0.62% -
XYZ 20.47 12.73 26.19 -
YUV 100.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 157 64 140 0 0.59 0.11 0.38 310.97 0.42 0.43
Hex 9D 40 8C 0 3B B 26 137 2A 2B
Octal 235 100 214 0 73 13 46 467 52 53
Binary 10011101 1000000 10001100 0 111011 1011 100110 100110111 101010 101011

Color Harmonies of #9D408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D408C

Black with #9D408C

Text Example


Text Example

White with #9D408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D408C;
 }
 .AnyTagClassName
 {
   color: #9D408C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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