#987AE5

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

Shades of Medium Purple #987AE5

Tints of Medium Purple #987AE5

Color information

#987AE5 (or 0x987AE5) is unknown color: approx Medium Purple. HEX triplet: 98, 7A and E5. RGB value is (152,122,229). Sum of RGB (Red+Green+Blue) = 152+122+229=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #987AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AE5 is #67851A. Grayscale: #8E8E8E. Windows color (decimal): -6784283 or 15039128. OLE color: 15039128.

HSL color Cylindrical-coordinate representation of color #987AE5: hue angle of 256.82º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987AE5 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152122229-
CMYK0.340.4700.10
HSL256.82º67.3%68.82%-
HSV(B)256.82º46.72%89.8%-
XYZ34.0526.2577.4-
YUV143.17176.44134.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 229 (89.84% from 255) = 45.53%
R=30.22%
G=24.25%
B=45.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1521222290.340.4700.10256.8267.368.82
Hex987AE5222F0A1014345
Octal2301723454257012401103105
Binary100110001111010111001011000101011110101010000000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987AE5; }

 p { color: rgb(152,122,229); }

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

<style>
 a { background-color: #987AE5; }

 a { background-color: rgb(152,122,229); }

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

<style>
 span { border-color: #987AE5; }

 span { border-color: rgb(152,122,229); }

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