#988EAE

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

Shades of Cold Purple #988EAE

Tints of Cold Purple #988EAE

Color information

#988EAE (or 0x988EAE) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and AE. RGB value is (152,142,174). Sum of RGB (Red+Green+Blue) = 152+142+174=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #988EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAE is #677151. Grayscale: #949494. Windows color (decimal): -6779218 or 11439768. OLE color: 11439768.

HSL color Cylindrical-coordinate representation of color #988EAE: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988EAE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152142174-
CMYK0.130.1800.32
HSL258.75º16.49%61.96%-
HSV(B)258.75º18.39%68.24%-
XYZ30.2629.0844.06-
YUV148.64142.31130.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=32.48%
G=30.34%
B=37.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521421740.130.1800.32258.7516.4961.96
Hex988EAED12020103103e
Octal23021625615220404032076
Binary100110001000111010101110110110010010000010000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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