#988CC5

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

Shades of Cold Purple #988CC5

Tints of Cold Purple #988CC5

Color information

#988CC5 (or 0x988CC5) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and C5. RGB value is (152,140,197). Sum of RGB (Red+Green+Blue) = 152+140+197=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #988CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CC5 is #67733A. Grayscale: #959595. Windows color (decimal): -6779707 or 12946584. OLE color: 12946584.

HSL color Cylindrical-coordinate representation of color #988CC5: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988CC5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152140197-
CMYK0.230.2900.23
HSL252.63º32.95%66.08%-
HSV(B)252.63º28.93%77.25%-
XYZ32.4129.4656.8-
YUV150.09154.48129.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=31.08%
G=28.63%
B=40.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521401970.230.2900.23252.6332.9566.08
Hex988CC5171D017fd2142
Octal230214305273502737541102
Binary1001100010001100110001011011111101010111111111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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