Html Css Color HEX #9C3A7B Medium Red Violet

📋 copy color: '#9C3A7B'

red 156 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #9C3A7B

Tints of Medium Red Violet #9C3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

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

R = 46.29%
G = 17.21%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C3A7B (or 0x9C3A7B) is known color: Medium Red Violet. HEX triplet: 9C, 3A and 7B. RGB value is (156,58,123). Sum of RGB (Red+Green+Blue) = 156+58+123=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3A7B is #63C584. Grayscale: #5E5E5E. Windows color (decimal): -6538629 or 8075932. OLE color: 8075932.

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

Color convert

RGB 156 58 123 -
CMYK 0 0.63 0.21 0.39
HSL 320.2º 0.46% 0.42% -
HSV(B) 320.2º 0.63% 0.61% -
XYZ 18.8 11.52 19.97 -
YUV 94.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 156 58 123 0 0.63 0.21 0.39 320.2 0.46 0.42
Hex 9C 3A 7B 0 3F 15 27 140 2E 2A
Octal 234 72 173 0 77 25 47 500 56 52
Binary 10011100 111010 1111011 0 111111 10101 100111 101000000 101110 101010

Color Harmonies of #9C3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A7B

Black with #9C3A7B

Text Example


Text Example

White with #9C3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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