#988DB9

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

Shades of Cold Purple #988DB9

Tints of Cold Purple #988DB9

Color information

#988DB9 (or 0x988DB9) is unknown color: approx Cold Purple. HEX triplet: 98, 8D and B9. RGB value is (152,141,185). Sum of RGB (Red+Green+Blue) = 152+141+185=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #988DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DB9 is #677246. Grayscale: #959595. Windows color (decimal): -6779463 or 12160408. OLE color: 12160408.

HSL color Cylindrical-coordinate representation of color #988DB9: hue angle of 255º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988DB9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152141185-
CMYK0.180.2400.27
HSL255º23.91%63.92%-
HSV(B)255º23.78%72.55%-
XYZ31.2329.2349.89-
YUV149.3148.14129.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=31.80%
G=29.50%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521411850.180.2400.2725523.9163.92
Hex988DB9121801Bff1840
Octal230215271223003337730100
Binary100110001000110110111001100101100001101111111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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