#9B3B8A

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

Shades of Medium Red Violet #9B3B8A

Tints of Medium Red Violet #9B3B8A

Color information

#9B3B8A (or 0x9B3B8A) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 3B and 8A. RGB value is (155,59,138). Sum of RGB (Red+Green+Blue) = 155+59+138=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B8A is #64C475. Grayscale: #606060. Windows color (decimal): -6603894 or 9059227. OLE color: 9059227.

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

Color convert

RGB15559138-
CMYK00.620.110.39
HSL310.62º44.86%41.96%-
HSV(B)310.62º61.94%60.78%-
XYZ19.6711.9325.31-
YUV96.71151.3169.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=44.03%
G=16.76%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555913800.620.110.39310.6244.8641.96
Hex9B3B8A03EB271372d2a
Octal2337321207613474675552
Binary100110111110111000101001111101011100111100110111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,138); }

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

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

 a { background-color: rgb(155,59,138); }

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

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

 span { border-color: rgb(155,59,138); }

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