#988BAB

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

Shades of Cold Purple #988BAB

Tints of Cold Purple #988BAB

Color information

#988BAB (or 0x988BAB) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and AB. RGB value is (152,139,171). Sum of RGB (Red+Green+Blue) = 152+139+171=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #988BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BAB is #677454. Grayscale: #929292. Windows color (decimal): -6779989 or 11242392. OLE color: 11242392.

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

Color convert

RGB152139171-
CMYK0.110.1900.33
HSL264.38º16%60.78%-
HSV(B)264.38º18.71%67.06%-
XYZ29.5328.0842.39-
YUV146.54141.81131.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=32.90%
G=30.09%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521391710.110.1900.33264.381660.78
Hex988BABB13021108103d
Octal23021325313230414102075
Binary100110001000101110101011101110011010000110000100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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