#988DAB

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

Shades of Cold Purple #988DAB

Tints of Cold Purple #988DAB

Color information

#988DAB (or 0x988DAB) is unknown color: approx Cold Purple. HEX triplet: 98, 8D and AB. RGB value is (152,141,171). Sum of RGB (Red+Green+Blue) = 152+141+171=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #988DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988DAB is #677254. Grayscale: #939393. Windows color (decimal): -6779477 or 11242904. OLE color: 11242904.

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

Color convert

RGB152141171-
CMYK0.110.1800.33
HSL262º15.15%61.18%-
HSV(B)262º17.54%67.06%-
XYZ29.8228.6742.49-
YUV147.71141.14131.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=32.76%
G=30.39%
B=36.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521411710.110.1800.3326215.1561.18
Hex988DABB12021106f3d
Octal23021525313220414061775
Binary10011000100011011010101110111001001000011000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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