#988EBA

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

Shades of Cold Purple #988EBA

Tints of Cold Purple #988EBA

Color information

#988EBA (or 0x988EBA) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and BA. RGB value is (152,142,186). Sum of RGB (Red+Green+Blue) = 152+142+186=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #988EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EBA is #677145. Grayscale: #959595. Windows color (decimal): -6779206 or 12226200. OLE color: 12226200.

HSL color Cylindrical-coordinate representation of color #988EBA: hue angle of 253.64º 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 #988EBA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152142186-
CMYK0.180.2400.27
HSL253.64º24.18%64.31%-
HSV(B)253.64º23.66%72.94%-
XYZ31.4829.5750.5-
YUV150.01148.31129.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=31.67%
G=29.58%
B=38.75%

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
Decimal1521421860.180.2400.27253.6424.1864.31
Hex988EBA121801Bfe1840
Octal230216272223003337630100
Binary100110001000111010111010100101100001101111111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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