#9B3A81

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

Shades of Medium Red Violet #9B3A81

Tints of Medium Red Violet #9B3A81

Color information

#9B3A81 (or 0x9B3A81) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 3A and 81. RGB value is (155,58,129). Sum of RGB (Red+Green+Blue) = 155+58+129=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3A81 is #64C57E. Grayscale: #5E5E5E. Windows color (decimal): -6604159 or 8469147. OLE color: 8469147.

HSL color Cylindrical-coordinate representation of color #9B3A81: hue angle of 316.08º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B3A81 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15558129-
CMYK00.630.170.39
HSL316.08º45.54%41.76%-
HSV(B)316.08º62.58%60.78%-
XYZ18.9911.5822-
YUV95.1147.14170.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=45.32%
G=16.96%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555812900.630.170.39316.0845.5441.76
Hex9B3A8103F112713c2e2a
Octal2337220107721474745652
Binary1001101111101010000001011111110001100111100111100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,129); }

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

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

 a { background-color: rgb(155,58,129); }

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

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

 span { border-color: rgb(155,58,129); }

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