#988BBF

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

Shades of Cold Purple #988BBF

Tints of Cold Purple #988BBF

Color information

#988BBF (or 0x988BBF) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and BF. RGB value is (152,139,191). Sum of RGB (Red+Green+Blue) = 152+139+191=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #988BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BBF is #677440. Grayscale: #949494. Windows color (decimal): -6779969 or 12553112. OLE color: 12553112.

HSL color Cylindrical-coordinate representation of color #988BBF: hue angle of 255º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #988BBF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152139191-
CMYK0.200.2700.25
HSL255º28.89%64.71%-
HSV(B)255º27.23%74.9%-
XYZ31.5928.953.2-
YUV148.82151.81130.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 191 (75% from 255) = 39.63%
R=31.54%
G=28.84%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521391910.200.2700.2525528.8964.71
Hex988BBF141B019ff1d41
Octal230213277243303137735101
Binary100110001000101110111111101001101101100111111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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