Html Css Color HEX #9C4785 Medium Red Violet

📋 copy color: '#9C4785'

red 156 ◦ green 71 ◦ blue 133

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

Shades of Medium Red Violet #9C4785

Tints of Medium Red Violet #9C4785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 43.33%
G = 19.72%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C4785 (or 0x9C4785) is known color: Medium Red Violet. HEX triplet: 9C, 47 and 85. RGB value is (156,71,133). Sum of RGB (Red+Green+Blue) = 156+71+133=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4785 is #63B87A. Grayscale: #676767. Windows color (decimal): -6535291 or 8734620. OLE color: 8734620.

HSL color Cylindrical-coordinate representation of color #9C4785: hue angle of 316.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4785 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 71 133 -
CMYK 0 0.54 0.15 0.39
HSL 316.24º 0.37% 0.45% -
HSV(B) 316.24º 0.54% 0.61% -
XYZ 20.2 13.27 23.69 -
YUV 103.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 156 71 133 0 0.54 0.15 0.39 316.24 0.37 0.45
Hex 9C 47 85 0 36 F 27 13C 25 2D
Octal 234 107 205 0 66 17 47 474 45 55
Binary 10011100 1000111 10000101 0 110110 1111 100111 100111100 100101 101101

Color Harmonies of #9C4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4785

Black with #9C4785

Text Example


Text Example

White with #9C4785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,133); }

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

background-color css

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

 a { background-color: rgb(156,71,133); }

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

border-color css

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

 span { border-color: rgb(156,71,133); }

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