#988CAB

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

Shades of Cold Purple #988CAB

Tints of Cold Purple #988CAB

Color information

#988CAB (or 0x988CAB) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and AB. RGB value is (152,140,171). Sum of RGB (Red+Green+Blue) = 152+140+171=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #988CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CAB is #677354. Grayscale: #939393. Windows color (decimal): -6779733 or 11242648. OLE color: 11242648.

HSL color Cylindrical-coordinate representation of color #988CAB: hue angle of 263.23º degrees, saturation: 0.16, 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 #988CAB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152140171-
CMYK0.110.1800.33
HSL263.23º15.58%60.98%-
HSV(B)263.23º18.13%67.06%-
XYZ29.6828.3742.44-
YUV147.12141.48131.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=32.83%
G=30.24%
B=36.93%

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
Decimal1521401710.110.1800.33263.2315.5860.98
Hex988CABB12021107103d
Octal23021425313220414072075
Binary100110001000110010101011101110010010000110000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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