#987BE5

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

Shades of Medium Purple #987BE5

Tints of Medium Purple #987BE5

Color information

#987BE5 (or 0x987BE5) is unknown color: approx Medium Purple. HEX triplet: 98, 7B and E5. RGB value is (152,123,229). Sum of RGB (Red+Green+Blue) = 152+123+229=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #987BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BE5 is #67841A. Grayscale: #8F8F8F. Windows color (decimal): -6784027 or 15039384. OLE color: 15039384.

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

Color convert

RGB152123229-
CMYK0.340.4600.10
HSL256.42º67.09%69.02%-
HSV(B)256.42º46.29%89.8%-
XYZ34.1726.577.44-
YUV143.76176.11133.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=30.16%
G=24.40%
B=45.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1521232290.340.4600.10256.4267.0969.02
Hex987BE5222E0A1004345
Octal2301733454256012400103105
Binary100110001111011111001011000101011100101010000000010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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