Html Css Color HEX #9D368F Medium Red Violet

📋 copy color: '#9D368F'

red 157 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #9D368F

Tints of Medium Red Violet #9D368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 44.35%
G = 15.25%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D368F (or 0x9D368F) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 8F. RGB value is (157,54,143). Sum of RGB (Red+Green+Blue) = 157+54+143=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D368F is #62C970. Grayscale: #5E5E5E. Windows color (decimal): -6474097 or 9385629. OLE color: 9385629.

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

Color convert

RGB 157 54 143 -
CMYK 0 0.66 0.09 0.38
HSL 308.16º 0.49% 0.41% -
HSV(B) 308.16º 0.66% 0.62% -
XYZ 20.18 11.79 27.2 -
YUV 94.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 157 54 143 0 0.66 0.09 0.38 308.16 0.49 0.41
Hex 9D 36 8F 0 42 9 26 134 31 29
Octal 235 66 217 0 102 11 46 464 61 51
Binary 10011101 110110 10001111 0 1000010 1001 100110 100110100 110001 101001

Color Harmonies of #9D368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D368F

Black with #9D368F

Text Example


Text Example

White with #9D368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,54,143); }

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

background-color css

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

 a { background-color: rgb(157,54,143); }

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

border-color css

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

 span { border-color: rgb(157,54,143); }

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