#988EAB

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

Shades of Cold Purple #988EAB

Tints of Cold Purple #988EAB

Color information

#988EAB (or 0x988EAB) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and AB. RGB value is (152,142,171). Sum of RGB (Red+Green+Blue) = 152+142+171=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #988EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAB is #677154. Grayscale: #949494. Windows color (decimal): -6779221 or 11243160. OLE color: 11243160.

HSL color Cylindrical-coordinate representation of color #988EAB: hue angle of 260.69º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988EAB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152142171-
CMYK0.110.1700.33
HSL260.69º14.72%61.37%-
HSV(B)260.69º16.96%67.06%-
XYZ29.9728.9642.54-
YUV148.3140.81130.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=32.69%
G=30.54%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521421710.110.1700.33260.6914.7261.37
Hex988EABB11021105f3d
Octal23021625313210414051775
Binary10011000100011101010101110111000101000011000001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,171); }

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

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

 a { background-color: rgb(152,142,171); }

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

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

 span { border-color: rgb(152,142,171); }

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