#987DEB

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

Shades of Medium Purple #987DEB

Tints of Medium Purple #987DEB

Color information

#987DEB (or 0x987DEB) is unknown color: approx Medium Purple. HEX triplet: 98, 7D and EB. RGB value is (152,125,235). Sum of RGB (Red+Green+Blue) = 152+125+235=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #987DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DEB is #678214. Grayscale: #919191. Windows color (decimal): -6783509 or 15433112. OLE color: 15433112.

HSL color Cylindrical-coordinate representation of color #987DEB: hue angle of 254.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987DEB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152125235-
CMYK0.350.4700.08
HSL254.73º73.33%70.59%-
HSV(B)254.73º46.81%92.16%-
XYZ35.2827.3482.02-
YUV145.61178.45132.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=29.69%
G=24.41%
B=45.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521252350.350.4700.08254.7373.3370.59
Hex987DEB232F08ff4947
Octal2301753534357010377111107
Binary10011000111110111101011100011101111010001111111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,235); }

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

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

 a { background-color: rgb(152,125,235); }

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

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

 span { border-color: rgb(152,125,235); }

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