#9B4686

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

Shades of Medium Red Violet #9B4686

Tints of Medium Red Violet #9B4686

Color information

#9B4686 (or 0x9B4686) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 46 and 86. RGB value is (155,70,134). Sum of RGB (Red+Green+Blue) = 155+70+134=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4686 is #64B979. Grayscale: #666666. Windows color (decimal): -6601082 or 8799899. OLE color: 8799899.

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

Color convert

RGB15570134-
CMYK00.550.140.39
HSL314.82º37.78%44.12%-
HSV(B)314.82º54.84%60.78%-
XYZ20.0113.0724.02-
YUV102.71145.66165.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=43.18%
G=19.50%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557013400.550.140.39314.8237.7844.12
Hex9B4686037E2713b262c
Octal23310620606716474734654
Binary1001101110001101000011001101111110100111100111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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