#988BBB

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

Shades of Cold Purple #988BBB

Tints of Cold Purple #988BBB

Color information

#988BBB (or 0x988BBB) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and BB. RGB value is (152,139,187). Sum of RGB (Red+Green+Blue) = 152+139+187=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #988BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BBB is #677444. Grayscale: #949494. Windows color (decimal): -6779973 or 12290968. OLE color: 12290968.

HSL color Cylindrical-coordinate representation of color #988BBB: hue angle of 256.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988BBB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152139187-
CMYK0.190.2600.27
HSL256.25º26.09%63.92%-
HSV(B)256.25º25.67%73.33%-
XYZ31.1528.7350.92-
YUV148.36149.81130.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=31.80%
G=29.08%
B=39.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521391870.190.2600.27256.2526.0963.92
Hex988BBB131A01B1001a40
Octal230213273233203340032100
Binary1001100010001011101110111001111010011011100000000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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