#988BBA

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

Shades of Cold Purple #988BBA

Tints of Cold Purple #988BBA

Color information

#988BBA (or 0x988BBA) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and BA. RGB value is (152,139,186). Sum of RGB (Red+Green+Blue) = 152+139+186=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #988BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BBA is #677445. Grayscale: #949494. Windows color (decimal): -6779974 or 12225432. OLE color: 12225432.

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

Color convert

RGB152139186-
CMYK0.180.2500.27
HSL256.6º25.41%63.73%-
HSV(B)256.6º25.27%72.94%-
XYZ31.0428.6950.36-
YUV148.24149.31130.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=31.87%
G=29.14%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521391860.180.2500.27256.625.4163.73
Hex988BBA121901B1011940
Octal230213272223103340131100
Binary1001100010001011101110101001011001011011100000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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