#988EAC

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

Shades of Cold Purple #988EAC

Tints of Cold Purple #988EAC

Color information

#988EAC (or 0x988EAC) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and AC. RGB value is (152,142,172). Sum of RGB (Red+Green+Blue) = 152+142+172=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #988EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAC is #677153. Grayscale: #949494. Windows color (decimal): -6779220 or 11308696. OLE color: 11308696.

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

Color convert

RGB152142172-
CMYK0.120.1700.33
HSL260º15.31%61.57%-
HSV(B)260º17.44%67.45%-
XYZ30.072943.04-
YUV148.41141.31130.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=32.62%
G=30.47%
B=36.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521421720.120.1700.3326015.3161.57
Hex988EACC11021104f3e
Octal23021625414210414041776
Binary10011000100011101010110011001000101000011000001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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