#988AEE

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

Shades of Medium Purple #988AEE

Tints of Medium Purple #988AEE

Color information

#988AEE (or 0x988AEE) is unknown color: approx Medium Purple. HEX triplet: 98, 8A and EE. RGB value is (152,138,238). Sum of RGB (Red+Green+Blue) = 152+138+238=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #988AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AEE is #677511. Grayscale: #999999. Windows color (decimal): -6780178 or 15633048. OLE color: 15633048.

HSL color Cylindrical-coordinate representation of color #988AEE: hue angle of 248.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988AEE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152138238-
CMYK0.360.4200.07
HSL248.4º74.63%73.73%-
HSV(B)248.4º42.02%93.33%-
XYZ37.4731.0384.9-
YUV153.59175.64126.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=28.79%
G=26.14%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521382380.360.4200.07248.474.6373.73
Hex988AEE242A07f84b4a
Octal230212356445207370113112
Binary10011000100010101110111010010010101001111111100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988AEE; }

 p { color: rgb(152,138,238); }

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

<style>
 a { background-color: #988AEE; }

 a { background-color: rgb(152,138,238); }

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

<style>
 span { border-color: #988AEE; }

 span { border-color: rgb(152,138,238); }

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