#9C3885

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

Shades of Medium Red Violet #9C3885

Tints of Medium Red Violet #9C3885

Color information

#9C3885 (or 0x9C3885) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 38 and 85. RGB value is (156,56,133). Sum of RGB (Red+Green+Blue) = 156+56+133=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3885 is #63C77A. Grayscale: #5E5E5E. Windows color (decimal): -6539131 or 8730780. OLE color: 8730780.

HSL color Cylindrical-coordinate representation of color #9C3885: hue angle of 313.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C3885 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15656133-
CMYK00.640.150.39
HSL313.8º47.17%41.57%-
HSV(B)313.8º64.1%61.18%-
XYZ19.3611.5923.41-
YUV94.68149.63171.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=45.22%
G=16.23%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565613300.640.150.39313.847.1741.57
Hex9C3885040F2713a2f2a
Octal23470205010017474725752
Binary1001110011100010000101010000001111100111100111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,133); }

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

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

 a { background-color: rgb(156,56,133); }

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

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

 span { border-color: rgb(156,56,133); }

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