#988EB3

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

Shades of Cold Purple #988EB3

Tints of Cold Purple #988EB3

Color information

#988EB3 (or 0x988EB3) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and B3. RGB value is (152,142,179). Sum of RGB (Red+Green+Blue) = 152+142+179=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #988EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EB3 is #67714C. Grayscale: #959595. Windows color (decimal): -6779213 or 11767448. OLE color: 11767448.

HSL color Cylindrical-coordinate representation of color #988EB3: hue angle of 256.22º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988EB3 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152142179-
CMYK0.150.2100.30
HSL256.22º19.58%62.94%-
HSV(B)256.22º20.67%70.2%-
XYZ30.7629.2846.68-
YUV149.21144.81129.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=32.14%
G=30.02%
B=37.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521421790.150.2100.30256.2219.5862.94
Hex988EB3F1501E100143f
Octal23021626317250364002477
Binary10011000100011101011001111111010101111010000000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,179); }

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

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

 a { background-color: rgb(152,142,179); }

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

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

 span { border-color: rgb(152,142,179); }

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