#9A85D9

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

Shades of Medium Purple #9A85D9

Tints of Medium Purple #9A85D9

Color information

#9A85D9 (or 0x9A85D9) is unknown color: approx Medium Purple. HEX triplet: 9A, 85 and D9. RGB value is (154,133,217). Sum of RGB (Red+Green+Blue) = 154+133+217=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A85D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85D9 is #657A26. Grayscale: #949494. Windows color (decimal): -6650407 or 14255514. OLE color: 14255514.

HSL color Cylindrical-coordinate representation of color #9A85D9: hue angle of 255º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A85D9 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154133217-
CMYK0.290.3900.15
HSL255º52.5%68.63%-
HSV(B)255º38.71%85.1%-
XYZ34.2428.6569.37-
YUV148.85166.46131.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=30.56%
G=26.39%
B=43.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541332170.290.3900.1525552.568.63
Hex9A85D91D270Fff3445
Octal232205331354701737764105
Binary1001101010000101110110011110110011101111111111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,133,217); }

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

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

 a { background-color: rgb(154,133,217); }

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

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

 span { border-color: rgb(154,133,217); }

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