#9C3B7B

Color #9C3B7B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9C3B7B

Tints of Medium Red Violet #9C3B7B

Color information

#9C3B7B (or 0x9C3B7B) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 3B and 7B. RGB value is (156,59,123). Sum of RGB (Red+Green+Blue) = 156+59+123=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3B7B is #63C484. Grayscale: #5F5F5F. Windows color (decimal): -6538373 or 8076188. OLE color: 8076188.

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

Color convert

RGB15659123-
CMYK00.620.210.39
HSL320.41º45.12%42.16%-
HSV(B)320.41º62.18%61.18%-
XYZ18.8511.6319.99-
YUV95.3143.64171.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=46.15%
G=17.46%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565912300.620.210.39320.4145.1242.16
Hex9C3B7B03E15271402d2a
Octal2347317307625475005552
Binary100111001110111111011011111010101100111101000000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C3B7B;
 }
 .AnyTagClassName
 {
   color: #9C3B7B;
 }
</style>
background-color css

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

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

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

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

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

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