#988EB9

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

Shades of Cold Purple #988EB9

Tints of Cold Purple #988EB9

Color information

#988EB9 (or 0x988EB9) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and B9. RGB value is (152,142,185). Sum of RGB (Red+Green+Blue) = 152+142+185=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #988EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EB9 is #677146. Grayscale: #959595. Windows color (decimal): -6779207 or 12160664. OLE color: 12160664.

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

Color convert

RGB152142185-
CMYK0.180.2300.27
HSL253.95º23.5%64.12%-
HSV(B)253.95º23.24%72.55%-
XYZ31.3829.5249.94-
YUV149.89147.81129.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=31.73%
G=29.65%
B=38.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521421850.180.2300.27253.9523.564.12
Hex988EB9121701Bfe1740
Octal230216271222703337627100
Binary100110001000111010111001100101011101101111111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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