#9C4088

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

Shades of Medium Red Violet #9C4088

Tints of Medium Red Violet #9C4088

Color information

#9C4088 (or 0x9C4088) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 40 and 88. RGB value is (156,64,136). Sum of RGB (Red+Green+Blue) = 156+64+136=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4088 is #63BF77. Grayscale: #636363. Windows color (decimal): -6537080 or 8929436. OLE color: 8929436.

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

Color convert

RGB15664136-
CMYK00.590.130.39
HSL313.04º41.82%43.14%-
HSV(B)313.04º58.97%61.18%-
XYZ19.9912.5124.65-
YUV99.72148.48168.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=43.82%
G=17.98%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566413600.590.130.39313.0441.8243.14
Hex9C408803BD271392a2b
Octal23410021007315474715253
Binary1001110010000001000100001110111101100111100111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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