Html Css Color HEX #9C3B7D Medium Red Violet

📋 copy color: '#9C3B7D'

red 156 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #9C3B7D

Tints of Medium Red Violet #9C3B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

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

R = 45.88%
G = 17.35%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C3B7D (or 0x9C3B7D) is known color: Medium Red Violet. HEX triplet: 9C, 3B and 7D. RGB value is (156,59,125). Sum of RGB (Red+Green+Blue) = 156+59+125=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3B7D is #63C482. Grayscale: #5F5F5F. Windows color (decimal): -6538371 or 8207260. OLE color: 8207260.

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

Color convert

RGB 156 59 125 -
CMYK 0 0.62 0.20 0.39
HSL 319.18º 0.45% 0.42% -
HSV(B) 319.18º 0.62% 0.61% -
XYZ 18.98 11.68 20.66 -
YUV 95.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 156 59 125 0 0.62 0.20 0.39 319.18 0.45 0.42
Hex 9C 3B 7D 0 3E 14 27 13F 2D 2A
Octal 234 73 175 0 76 24 47 477 55 52
Binary 10011100 111011 1111101 0 111110 10100 100111 100111111 101101 101010

Color Harmonies of #9C3B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3B7D

Black with #9C3B7D

Text Example


Text Example

White with #9C3B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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