#9085DD

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

Shades of Medium Purple #9085DD

Tints of Medium Purple #9085DD

Color information

#9085DD (or 0x9085DD) is unknown color: approx Medium Purple. HEX triplet: 90, 85 and DD. RGB value is (144,133,221). Sum of RGB (Red+Green+Blue) = 144+133+221=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 133 (52.34% from 255 or 26.71% 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 #9085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085DD is #6F7A22. Grayscale: #919191. Windows color (decimal): -7305763 or 14517648. OLE color: 14517648.

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

Color convert

RGB144133221-
CMYK0.350.4000.13
HSL247.5º56.41%69.41%-
HSV(B)247.5º39.82%86.67%-
XYZ32.9427.9272.06-
YUV146.32170.14126.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=28.92%
G=26.71%
B=44.38%

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
Decimal1441332210.350.4000.13247.556.4169.41
Hex9085DD23280Df83845
Octal220205335435001537070105
Binary10010000100001011101110110001110100001101111110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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