#9B3D85

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

Shades of Medium Red Violet #9B3D85

Tints of Medium Red Violet #9B3D85

Color information

#9B3D85 (or 0x9B3D85) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 3D and 85. RGB value is (155,61,133). Sum of RGB (Red+Green+Blue) = 155+61+133=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D85 is #64C27A. Grayscale: #616161. Windows color (decimal): -6603387 or 8732059. OLE color: 8732059.

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

Color convert

RGB15561133-
CMYK00.610.140.39
HSL314.04º43.52%42.35%-
HSV(B)314.04º60.65%60.78%-
XYZ19.421223.48-
YUV97.31148.14169.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=44.41%
G=17.48%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556113300.610.140.39314.0443.5242.35
Hex9B3D8503DE2713a2c2a
Octal2337520507516474725452
Binary100110111111011000010101111011110100111100111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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