#9B4682

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

Shades of Medium Red Violet #9B4682

Tints of Medium Red Violet #9B4682

Color information

#9B4682 (or 0x9B4682) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 46 and 82. RGB value is (155,70,130). Sum of RGB (Red+Green+Blue) = 155+70+130=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4682 is #64B97D. Grayscale: #666666. Windows color (decimal): -6601086 or 8537755. OLE color: 8537755.

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

Color convert

RGB15570130-
CMYK00.550.160.39
HSL317.65º37.78%44.12%-
HSV(B)317.65º54.84%60.78%-
XYZ19.7412.9622.58-
YUV102.26143.66165.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=43.66%
G=19.72%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557013000.550.160.39317.6537.7844.12
Hex9B4682037102713e262c
Octal23310620206720474764654
Binary10011011100011010000010011011110000100111100111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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