#988FBF

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

Shades of Cold Purple #988FBF

Tints of Cold Purple #988FBF

Color information

#988FBF (or 0x988FBF) is unknown color: approx Cold Purple. HEX triplet: 98, 8F and BF. RGB value is (152,143,191). Sum of RGB (Red+Green+Blue) = 152+143+191=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #988FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FBF is #677040. Grayscale: #969696. Windows color (decimal): -6778945 or 12554136. OLE color: 12554136.

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

Color convert

RGB152143191-
CMYK0.200.2500.25
HSL251.25º27.27%65.49%-
HSV(B)251.25º25.13%74.9%-
XYZ32.1830.0853.4-
YUV151.16150.48128.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 191 (75% from 255) = 39.30%
R=31.28%
G=29.42%
B=39.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521431910.200.2500.25251.2527.2765.49
Hex988FBF1419019fb1b41
Octal230217277243103137333101
Binary100110001000111110111111101001100101100111111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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