Html Css Color HEX #9C378A Medium Red Violet

📋 copy color: '#9C378A'

red 156 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #9C378A

Tints of Medium Red Violet #9C378A

RGB

 RED value IS 156 (61.33% from 255) = 44.7%

 GREEN value IS 55 (21.88% from 255) = 15.76%

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

R = 44.7%
G = 15.76%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C378A (or 0x9C378A) is known color: Medium Red Violet. HEX triplet: 9C, 37 and 8A. RGB value is (156,55,138). Sum of RGB (Red+Green+Blue) = 156+55+138=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378A is #63C875. Grayscale: #5E5E5E. Windows color (decimal): -6539382 or 9058204. OLE color: 9058204.

HSL color Cylindrical-coordinate representation of color #9C378A: hue angle of 310.69º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C378A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 138 -
CMYK 0 0.65 0.12 0.39
HSL 310.69º 0.48% 0.41% -
HSV(B) 310.69º 0.65% 0.61% -
XYZ 19.66 11.64 25.25 -
YUV 94.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 156 55 138 0 0.65 0.12 0.39 310.69 0.48 0.41
Hex 9C 37 8A 0 41 C 27 137 30 29
Octal 234 67 212 0 101 14 47 467 60 51
Binary 10011100 110111 10001010 0 1000001 1100 100111 100110111 110000 101001

Color Harmonies of #9C378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C378A

Black with #9C378A

Text Example


Text Example

White with #9C378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,138); }

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

background-color css

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

 a { background-color: rgb(156,55,138); }

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

border-color css

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

 span { border-color: rgb(156,55,138); }

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