#9B377A

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

Shades of Medium Red Violet #9B377A

Tints of Medium Red Violet #9B377A

Color information

#9B377A (or 0x9B377A) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 37 and 7A. RGB value is (155,55,122). Sum of RGB (Red+Green+Blue) = 155+55+122=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B377A is #64C885. Grayscale: #5C5C5C. Windows color (decimal): -6604934 or 8009627. OLE color: 8009627.

HSL color Cylindrical-coordinate representation of color #9B377A: hue angle of 319.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B377A is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15555122-
CMYK00.650.210.39
HSL319.8º47.62%41.18%-
HSV(B)319.8º64.52%60.78%-
XYZ18.411.1119.59-
YUV92.54144.63172.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=46.69%
G=16.57%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555512200.650.210.39319.847.6241.18
Hex9B377A04115271403029
Octal23367172010125475006051
Binary1001101111011111110100100000110101100111101000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,55,122); }

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

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

 a { background-color: rgb(155,55,122); }

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

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

 span { border-color: rgb(155,55,122); }

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