Html Css Color HEX #9C3C7B Medium Red Violet

📋 copy color: '#9C3C7B'

red 156 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #9C3C7B

Tints of Medium Red Violet #9C3C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 46.02%
G = 17.7%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C3C7B (or 0x9C3C7B) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 7B. RGB value is (156,60,123). Sum of RGB (Red+Green+Blue) = 156+60+123=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C7B is #63C384. Grayscale: #5F5F5F. Windows color (decimal): -6538117 or 8076444. OLE color: 8076444.

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

Color convert

RGB 156 60 123 -
CMYK 0 0.62 0.21 0.39
HSL 320.63º 0.44% 0.42% -
HSV(B) 320.63º 0.62% 0.61% -
XYZ 18.9 11.73 20.01 -
YUV 95.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 156 60 123 0 0.62 0.21 0.39 320.63 0.44 0.42
Hex 9C 3C 7B 0 3E 15 27 141 2C 2A
Octal 234 74 173 0 76 25 47 501 54 52
Binary 10011100 111100 1111011 0 111110 10101 100111 101000001 101100 101010

Color Harmonies of #9C3C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C7B

Black with #9C3C7B

Text Example


Text Example

White with #9C3C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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