#9B4080

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

Shades of Medium Red Violet #9B4080

Tints of Medium Red Violet #9B4080

Color information

#9B4080 (or 0x9B4080) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 40 and 80. RGB value is (155,64,128). Sum of RGB (Red+Green+Blue) = 155+64+128=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4080 is #64BF7F. Grayscale: #626262. Windows color (decimal): -6602624 or 8405147. OLE color: 8405147.

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

Color convert

RGB15564128-
CMYK00.590.170.39
HSL317.8º41.55%42.94%-
HSV(B)317.8º58.71%60.78%-
XYZ19.2512.1921.76-
YUV98.5144.65168.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=44.67%
G=18.44%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556412800.590.170.39317.841.5542.94
Hex9B408003B112713e2a2b
Octal23310020007321474765253
Binary10011011100000010000000011101110001100111100111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,128); }

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

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

 a { background-color: rgb(155,64,128); }

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

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

 span { border-color: rgb(155,64,128); }

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