#988FBA

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

Shades of Cold Purple #988FBA

Tints of Cold Purple #988FBA

Color information

#988FBA (or 0x988FBA) is unknown color: approx Cold Purple. HEX triplet: 98, 8F and BA. RGB value is (152,143,186). Sum of RGB (Red+Green+Blue) = 152+143+186=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #988FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FBA is #677045. Grayscale: #969696. Windows color (decimal): -6778950 or 12226456. OLE color: 12226456.

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

Color convert

RGB152143186-
CMYK0.180.2300.27
HSL252.56º23.76%64.51%-
HSV(B)252.56º23.12%72.94%-
XYZ31.6329.8750.55-
YUV150.59147.98129-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=31.60%
G=29.73%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521431860.180.2300.27252.5623.7664.51
Hex988FBA121701Bfd1841
Octal230217272222703337530101
Binary100110001000111110111010100101011101101111111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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