Html Css Color HEX #9D368A Medium Red Violet

📋 copy color: '#9D368A'

red 157 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #9D368A

Tints of Medium Red Violet #9D368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 44.99%
G = 15.47%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D368A (or 0x9D368A) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 8A. RGB value is (157,54,138). Sum of RGB (Red+Green+Blue) = 157+54+138=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D368A is #62C975. Grayscale: #5E5E5E. Windows color (decimal): -6474102 or 9057949. OLE color: 9057949.

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

Color convert

RGB 157 54 138 -
CMYK 0 0.66 0.12 0.38
HSL 311.07º 0.49% 0.41% -
HSV(B) 311.07º 0.66% 0.62% -
XYZ 19.81 11.64 25.25 -
YUV 94.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 157 54 138 0 0.66 0.12 0.38 311.07 0.49 0.41
Hex 9D 36 8A 0 42 C 26 137 31 29
Octal 235 66 212 0 102 14 46 467 61 51
Binary 10011101 110110 10001010 0 1000010 1100 100110 100110111 110001 101001

Color Harmonies of #9D368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D368A

Black with #9D368A

Text Example


Text Example

White with #9D368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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