#9C4084

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

Shades of Medium Red Violet #9C4084

Tints of Medium Red Violet #9C4084

Color information

#9C4084 (or 0x9C4084) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 40 and 84. RGB value is (156,64,132). Sum of RGB (Red+Green+Blue) = 156+64+132=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4084 is #63BF7B. Grayscale: #636363. Windows color (decimal): -6537084 or 8667292. OLE color: 8667292.

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

Color convert

RGB15664132-
CMYK00.590.150.39
HSL315.65º41.82%43.14%-
HSV(B)315.65º58.97%61.18%-
XYZ19.7112.423.18-
YUV99.26146.48168.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=44.32%
G=18.18%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566413200.590.150.39315.6541.8243.14
Hex9C408403BF2713c2a2b
Octal23410020407317474745253
Binary1001110010000001000010001110111111100111100111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,132); }

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

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

 a { background-color: rgb(156,64,132); }

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

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

 span { border-color: rgb(156,64,132); }

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