#988EAF

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

Shades of Cold Purple #988EAF

Tints of Cold Purple #988EAF

Color information

#988EAF (or 0x988EAF) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and AF. RGB value is (152,142,175). Sum of RGB (Red+Green+Blue) = 152+142+175=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #988EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAF is #677150. Grayscale: #949494. Windows color (decimal): -6779217 or 11505304. OLE color: 11505304.

HSL color Cylindrical-coordinate representation of color #988EAF: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988EAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152142175-
CMYK0.130.1900.31
HSL258.18º17.1%62.16%-
HSV(B)258.18º18.86%68.63%-
XYZ30.3629.1244.58-
YUV148.75142.81130.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=32.41%
G=30.28%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521421750.130.1900.31258.1817.162.16
Hex988EAFD1301F102113e
Octal23021625715230374022176
Binary10011000100011101010111111011001101111110000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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