#9B3879

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

Shades of Medium Red Violet #9B3879

Tints of Medium Red Violet #9B3879

Color information

#9B3879 (or 0x9B3879) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 38 and 79. RGB value is (155,56,121). Sum of RGB (Red+Green+Blue) = 155+56+121=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3879 is #64C786. Grayscale: #5C5C5C. Windows color (decimal): -6604679 or 7944347. OLE color: 7944347.

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

Color convert

RGB15556121-
CMYK00.640.220.39
HSL320.61º46.92%41.37%-
HSV(B)320.61º63.87%60.78%-
XYZ18.3811.1819.28-
YUV93.01143.8172.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=46.69%
G=16.87%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555612100.640.220.39320.6146.9241.37
Hex9B387904016271412f29
Octal23370171010026475015751
Binary1001101111100011110010100000010110100111101000001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,121); }

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

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

 a { background-color: rgb(155,56,121); }

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

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

 span { border-color: rgb(155,56,121); }

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