Html Css Color HEX #9C3C80 Medium Red Violet

📋 copy color: '#9C3C80'

red 156 ◦ green 60 ◦ blue 128

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

Shades of Medium Red Violet #9C3C80

Tints of Medium Red Violet #9C3C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 45.35%
G = 17.44%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C3C80 (or 0x9C3C80) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 80. RGB value is (156,60,128). Sum of RGB (Red+Green+Blue) = 156+60+128=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C80 is #63C37F. Grayscale: #606060. Windows color (decimal): -6538112 or 8404124. OLE color: 8404124.

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

Color convert

RGB 156 60 128 -
CMYK 0 0.62 0.18 0.39
HSL 317.5º 0.44% 0.42% -
HSV(B) 317.5º 0.62% 0.61% -
XYZ 19.22 11.86 21.7 -
YUV 96.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 156 60 128 0 0.62 0.18 0.39 317.5 0.44 0.42
Hex 9C 3C 80 0 3E 12 27 13E 2C 2A
Octal 234 74 200 0 76 22 47 476 54 52
Binary 10011100 111100 10000000 0 111110 10010 100111 100111110 101100 101010

Color Harmonies of #9C3C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C80

Black with #9C3C80

Text Example


Text Example

White with #9C3C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,60,128); }

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

background-color css

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

 a { background-color: rgb(156,60,128); }

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

border-color css

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

 span { border-color: rgb(156,60,128); }

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