Html Css Color HEX #9C357D Medium Red Violet

📋 copy color: '#9C357D'

red 156 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #9C357D

Tints of Medium Red Violet #9C357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 46.71%
G = 15.87%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C357D (or 0x9C357D) is known color: Medium Red Violet. HEX triplet: 9C, 35 and 7D. RGB value is (156,53,125). Sum of RGB (Red+Green+Blue) = 156+53+125=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C357D is #63CA82. Grayscale: #5B5B5B. Windows color (decimal): -6539907 or 8205724. OLE color: 8205724.

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

Color convert

RGB 156 53 125 -
CMYK 0 0.66 0.20 0.39
HSL 318.06º 0.49% 0.41% -
HSV(B) 318.06º 0.66% 0.61% -
XYZ 18.69 11.09 20.56 -
YUV 92.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 156 53 125 0 0.66 0.20 0.39 318.06 0.49 0.41
Hex 9C 35 7D 0 42 14 27 13E 31 29
Octal 234 65 175 0 102 24 47 476 61 51
Binary 10011100 110101 1111101 0 1000010 10100 100111 100111110 110001 101001

Color Harmonies of #9C357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C357D

Black with #9C357D

Text Example


Text Example

White with #9C357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,53,125); }

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

background-color css

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

 a { background-color: rgb(156,53,125); }

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

border-color css

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

 span { border-color: rgb(156,53,125); }

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