#9B4580

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

Shades of Medium Red Violet #9B4580

Tints of Medium Red Violet #9B4580

Color information

#9B4580 (or 0x9B4580) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 45 and 80. RGB value is (155,69,128). Sum of RGB (Red+Green+Blue) = 155+69+128=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4580 is #64BA7F. Grayscale: #656565. Windows color (decimal): -6601344 or 8406427. OLE color: 8406427.

HSL color Cylindrical-coordinate representation of color #9B4580: hue angle of 318.84º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4580 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15569128-
CMYK00.550.170.39
HSL318.84º38.39%43.92%-
HSV(B)318.84º55.48%60.78%-
XYZ19.5412.7821.86-
YUV101.44142.99166.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=44.03%
G=19.60%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556912800.550.170.39318.8438.3943.92
Hex9B4580037112713f262c
Octal23310520006721474774654
Binary10011011100010110000000011011110001100111100111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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