#988CBA

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

Shades of Cold Purple #988CBA

Tints of Cold Purple #988CBA

Color information

#988CBA (or 0x988CBA) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and BA. RGB value is (152,140,186). Sum of RGB (Red+Green+Blue) = 152+140+186=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #988CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBA is #677345. Grayscale: #949494. Windows color (decimal): -6779718 or 12225688. OLE color: 12225688.

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

Color convert

RGB152140186-
CMYK0.180.2500.27
HSL255.65º25%63.92%-
HSV(B)255.65º24.73%72.94%-
XYZ31.1928.9850.4-
YUV148.83148.98130.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=31.80%
G=29.29%
B=38.91%

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
Decimal1521401860.180.2500.27255.652563.92
Hex988CBA121901B1001940
Octal230214272223103340031100
Binary1001100010001100101110101001011001011011100000000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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