Html Css Color HEX #9C3C7E Medium Red Violet

📋 copy color: '#9C3C7E'

red 156 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #9C3C7E

Tints of Medium Red Violet #9C3C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 45.61%
G = 17.54%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C3C7E (or 0x9C3C7E) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 7E. RGB value is (156,60,126). Sum of RGB (Red+Green+Blue) = 156+60+126=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C7E is #63C381. Grayscale: #606060. Windows color (decimal): -6538114 or 8273052. OLE color: 8273052.

HSL color Cylindrical-coordinate representation of color #9C3C7E: hue angle of 318.75º 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 #9C3C7E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 60 126 -
CMYK 0 0.62 0.19 0.39
HSL 318.75º 0.44% 0.42% -
HSV(B) 318.75º 0.62% 0.61% -
XYZ 19.09 11.81 21.01 -
YUV 96.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 156 60 126 0 0.62 0.19 0.39 318.75 0.44 0.42
Hex 9C 3C 7E 0 3E 13 27 13F 2C 2A
Octal 234 74 176 0 76 23 47 477 54 52
Binary 10011100 111100 1111110 0 111110 10011 100111 100111111 101100 101010

Color Harmonies of #9C3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C7E

Black with #9C3C7E

Text Example


Text Example

White with #9C3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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