#9a87dd

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

Shades of Medium Purple #9A87DD

Tints of Medium Purple #9A87DD

Color information

#9A87DD (or 0x9A87DD) is unknown color: approx Medium Purple. HEX triplet: 9A, 87 and DD. RGB value is (154,135,221). Sum of RGB (Red+Green+Blue) = 154+135+221=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87DD is #657822. Grayscale: #969696. Windows color (decimal): -6649891 or 14518170. OLE color: 14518170.

HSL color Cylindrical-coordinate representation of color #9A87DD: hue angle of 253.26º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A87DD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154135221-
CMYK0.300.3900.13
HSL253.26º55.84%69.8%-
HSV(B)253.26º38.91%86.67%-
XYZ35.0429.4272.24-
YUV150.49167.79130.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=30.20%
G=26.47%
B=43.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541352210.300.3900.13253.2655.8469.8
Hex9A87DD1E270Dfd3846
Octal232207335364701537570106
Binary1001101010000111110111011111010011101101111111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a87dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,221); }

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

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

 a { background-color: rgb(154,135,221); }

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

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

 span { border-color: rgb(154,135,221); }

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