#988FAF

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

Shades of Cold Purple #988FAF

Tints of Cold Purple #988FAF

Color information

#988FAF (or 0x988FAF) is unknown color: approx Cold Purple. HEX triplet: 98, 8F and AF. RGB value is (152,143,175). Sum of RGB (Red+Green+Blue) = 152+143+175=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #988FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAF is #677050. Grayscale: #959595. Windows color (decimal): -6778961 or 11505560. OLE color: 11505560.

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

Color convert

RGB152143175-
CMYK0.130.1800.31
HSL256.88º16.67%62.35%-
HSV(B)256.88º18.29%68.63%-
XYZ30.5129.4244.63-
YUV149.34142.48129.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=32.34%
G=30.43%
B=37.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521431750.130.1800.31256.8816.6762.35
Hex988FAFD1201F101113e
Octal23021725715220374012176
Binary10011000100011111010111111011001001111110000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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