#9B4680

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

Shades of Medium Red Violet #9B4680

Tints of Medium Red Violet #9B4680

Color information

#9B4680 (or 0x9B4680) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 46 and 80. RGB value is (155,70,128). Sum of RGB (Red+Green+Blue) = 155+70+128=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4680 is #64B97F. Grayscale: #656565. Windows color (decimal): -6601088 or 8406683. OLE color: 8406683.

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

Color convert

RGB15570128-
CMYK00.550.170.39
HSL319.06º37.78%44.12%-
HSV(B)319.06º54.84%60.78%-
XYZ19.612.9121.88-
YUV102.03142.66165.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=43.91%
G=19.83%
B=36.26%

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
Decimal1557012800.550.170.39319.0637.7844.12
Hex9B4680037112713f262c
Octal23310620006721474774654
Binary10011011100011010000000011011110001100111100111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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