#9B3882

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

Shades of Medium Red Violet #9B3882

Tints of Medium Red Violet #9B3882

Color information

#9B3882 (or 0x9B3882) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 38 and 82. RGB value is (155,56,130). Sum of RGB (Red+Green+Blue) = 155+56+130=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3882 is #64C77D. Grayscale: #5D5D5D. Windows color (decimal): -6604670 or 8534171. OLE color: 8534171.

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

Color convert

RGB15556130-
CMYK00.640.160.39
HSL315.15º46.92%41.37%-
HSV(B)315.15º63.87%60.78%-
XYZ18.9611.4122.32-
YUV94.04148.3171.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=45.45%
G=16.42%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555613000.640.160.39315.1546.9241.37
Hex9B3882040102713b2f29
Octal23370202010020474735751
Binary10011011111000100000100100000010000100111100111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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