#9084DD

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

Shades of Medium Purple #9084DD

Tints of Medium Purple #9084DD

Color information

#9084DD (or 0x9084DD) is unknown color: approx Medium Purple. HEX triplet: 90, 84 and DD. RGB value is (144,132,221). Sum of RGB (Red+Green+Blue) = 144+132+221=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9084DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DD is #6F7B22. Grayscale: #919191. Windows color (decimal): -7306019 or 14517392. OLE color: 14517392.

HSL color Cylindrical-coordinate representation of color #9084DD: hue angle of 248.09º 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 #9084DD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144132221-
CMYK0.350.4000.13
HSL248.09º56.69%69.22%-
HSV(B)248.09º40.27%86.67%-
XYZ32.827.6572.02-
YUV145.73170.48126.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=28.97%
G=26.56%
B=44.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441322210.350.4000.13248.0956.6969.22
Hex9084DD23280Df83945
Octal220204335435001537071105
Binary10010000100001001101110110001110100001101111110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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