#9184DD

Color #9184DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9184DD

Tints of Medium Purple #9184DD

Color information

#9184DD (or 0x9184DD) is unknown color: approx Medium Purple. HEX triplet: 91, 84 and DD. RGB value is (145,132,221). Sum of RGB (Red+Green+Blue) = 145+132+221=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #9184DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184DD is #6E7B22. Grayscale: #919191. Windows color (decimal): -7240483 or 14517393. OLE color: 14517393.

HSL color Cylindrical-coordinate representation of color #9184DD: hue angle of 248.76º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9184DD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145132221-
CMYK0.340.4000.13
HSL248.76º56.69%69.22%-
HSV(B)248.76º40.27%86.67%-
XYZ32.9827.7472.02-
YUV146.03170.31127.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=29.12%
G=26.51%
B=44.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451322210.340.4000.13248.7656.6969.22
Hex9184DD22280Df93945
Octal221204335425001537171105
Binary10010001100001001101110110001010100001101111110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9184DD; }

 p { color: rgb(145,132,221); }

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

<style>
 a { background-color: #9184DD; }

 a { background-color: rgb(145,132,221); }

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

<style>
 span { border-color: #9184DD; }

 span { border-color: rgb(145,132,221); }

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