#9B4583

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

Shades of Medium Red Violet #9B4583

Tints of Medium Red Violet #9B4583

Color information

#9B4583 (or 0x9B4583) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 45 and 83. RGB value is (155,69,131). Sum of RGB (Red+Green+Blue) = 155+69+131=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4583 is #64BA7C. Grayscale: #656565. Windows color (decimal): -6601341 or 8603035. OLE color: 8603035.

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

Color convert

RGB15569131-
CMYK00.550.150.39
HSL316.74º38.39%43.92%-
HSV(B)316.74º55.48%60.78%-
XYZ19.7412.8622.92-
YUV101.78144.49165.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=43.66%
G=19.44%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556913100.550.150.39316.7438.3943.92
Hex9B4583037F2713d262c
Octal23310520306717474754654
Binary1001101110001011000001101101111111100111100111101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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