#9B4183

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

Shades of Medium Red Violet #9B4183

Tints of Medium Red Violet #9B4183

Color information

#9B4183 (or 0x9B4183) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 41 and 83. RGB value is (155,65,131). Sum of RGB (Red+Green+Blue) = 155+65+131=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4183 is #64BE7C. Grayscale: #636363. Windows color (decimal): -6602365 or 8602011. OLE color: 8602011.

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

Color convert

RGB15565131-
CMYK00.580.150.39
HSL316º40.91%43.14%-
HSV(B)316º58.06%60.78%-
XYZ19.512.3922.84-
YUV99.43145.82167.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=44.16%
G=18.52%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556513100.580.150.3931640.9143.14
Hex9B418303AF2713c292b
Octal23310120307217474745153
Binary1001101110000011000001101110101111100111100111100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,131); }

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

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

 a { background-color: rgb(155,65,131); }

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

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

 span { border-color: rgb(155,65,131); }

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