Html Css Color HEX #9C397F Medium Red Violet

📋 copy color: '#9C397F'

red 156 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #9C397F

Tints of Medium Red Violet #9C397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 45.88%
G = 16.76%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C397F (or 0x9C397F) is known color: Medium Red Violet. HEX triplet: 9C, 39 and 7F. RGB value is (156,57,127). Sum of RGB (Red+Green+Blue) = 156+57+127=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C397F is #63C680. Grayscale: #5E5E5E. Windows color (decimal): -6538881 or 8337820. OLE color: 8337820.

HSL color Cylindrical-coordinate representation of color #9C397F: hue angle of 317.58º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C397F is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 57 127 -
CMYK 0 0.63 0.19 0.39
HSL 317.58º 0.46% 0.42% -
HSV(B) 317.58º 0.63% 0.61% -
XYZ 19 11.53 21.3 -
YUV 94.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 156 57 127 0 0.63 0.19 0.39 317.58 0.46 0.42
Hex 9C 39 7F 0 3F 13 27 13E 2E 2A
Octal 234 71 177 0 77 23 47 476 56 52
Binary 10011100 111001 1111111 0 111111 10011 100111 100111110 101110 101010

Color Harmonies of #9C397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C397F

Black with #9C397F

Text Example


Text Example

White with #9C397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,57,127); }

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

background-color css

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

 a { background-color: rgb(156,57,127); }

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

border-color css

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

 span { border-color: rgb(156,57,127); }

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