#9B4381

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

Shades of Medium Red Violet #9B4381

Tints of Medium Red Violet #9B4381

Color information

#9B4381 (or 0x9B4381) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 43 and 81. RGB value is (155,67,129). Sum of RGB (Red+Green+Blue) = 155+67+129=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4381 is #64BC7E. Grayscale: #646464. Windows color (decimal): -6601855 or 8471451. OLE color: 8471451.

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

Color convert

RGB15567129-
CMYK00.570.170.39
HSL317.73º39.64%43.53%-
HSV(B)317.73º56.77%60.78%-
XYZ19.4912.5722.17-
YUV100.38144.15166.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=44.16%
G=19.09%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556712900.570.170.39317.7339.6443.53
Hex9B4381039112713e282c
Octal23310320107121474765054
Binary10011011100001110000001011100110001100111100111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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