#9B3E8B

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

Shades of Medium Red Violet #9B3E8B

Tints of Medium Red Violet #9B3E8B

Color information

#9B3E8B (or 0x9B3E8B) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 3E and 8B. RGB value is (155,62,139). Sum of RGB (Red+Green+Blue) = 155+62+139=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3E8B is #64C174. Grayscale: #626262. Windows color (decimal): -6603125 or 9125531. OLE color: 9125531.

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

Color convert

RGB15562139-
CMYK00.60.100.39
HSL310.32º42.86%42.55%-
HSV(B)310.32º60%60.78%-
XYZ19.912.2825.75-
YUV98.58150.81168.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=43.54%
G=17.42%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556213900.60.100.39310.3242.8642.55
Hex9B3E8B03CA271362b2b
Octal2337621307412474665353
Binary100110111111101000101101111001010100111100110110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,62,139); }

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

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

 a { background-color: rgb(155,62,139); }

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

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

 span { border-color: rgb(155,62,139); }

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