#988BEE

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

Shades of Medium Purple #988BEE

Tints of Medium Purple #988BEE

Color information

#988BEE (or 0x988BEE) is unknown color: approx Medium Purple. HEX triplet: 98, 8B and EE. RGB value is (152,139,238). Sum of RGB (Red+Green+Blue) = 152+139+238=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #988BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BEE is #677411. Grayscale: #999999. Windows color (decimal): -6779922 or 15633304. OLE color: 15633304.

HSL color Cylindrical-coordinate representation of color #988BEE: hue angle of 247.88º degrees, saturation: 0.74, 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 #988BEE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152139238-
CMYK0.360.4200.07
HSL247.88º74.44%73.92%-
HSV(B)247.88º41.6%93.33%-
XYZ37.6131.3184.95-
YUV154.17175.31126.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=28.73%
G=26.28%
B=44.99%

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
Decimal1521392380.360.4200.07247.8874.4473.92
Hex988BEE242A07f84a4a
Octal230213356445207370112112
Binary10011000100010111110111010010010101001111111100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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