#988AEB

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

Shades of Medium Purple #988AEB

Tints of Medium Purple #988AEB

Color information

#988AEB (or 0x988AEB) is unknown color: approx Medium Purple. HEX triplet: 98, 8A and EB. RGB value is (152,138,235). Sum of RGB (Red+Green+Blue) = 152+138+235=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #988AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AEB is #677514. Grayscale: #989898. Windows color (decimal): -6780181 or 15436440. OLE color: 15436440.

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

Color convert

RGB152138235-
CMYK0.350.4100.08
HSL248.66º70.8%73.14%-
HSV(B)248.66º41.28%92.16%-
XYZ37.0330.8582.6-
YUV153.24174.14127.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=28.95%
G=26.29%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521382350.350.4100.08248.6670.873.14
Hex988AEB232908f94749
Octal2302123534351010371107111
Binary100110001000101011101011100011101001010001111100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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