#9B3D8A

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

Shades of Medium Red Violet #9B3D8A

Tints of Medium Red Violet #9B3D8A

Color information

#9B3D8A (or 0x9B3D8A) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 3D and 8A. RGB value is (155,61,138). Sum of RGB (Red+Green+Blue) = 155+61+138=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D8A is #64C275. Grayscale: #616161. Windows color (decimal): -6603382 or 9059739. OLE color: 9059739.

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

Color convert

RGB15561138-
CMYK00.610.110.39
HSL310.85º43.52%42.35%-
HSV(B)310.85º60.65%60.78%-
XYZ19.7712.1425.35-
YUV97.88150.64168.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=43.79%
G=17.23%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556113800.610.110.39310.8543.5242.35
Hex9B3D8A03DB271372c2a
Octal2337521207513474675452
Binary100110111111011000101001111011011100111100110111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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