#988BB7

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

Shades of Cold Purple #988BB7

Tints of Cold Purple #988BB7

Color information

#988BB7 (or 0x988BB7) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and B7. RGB value is (152,139,183). Sum of RGB (Red+Green+Blue) = 152+139+183=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #988BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BB7 is #677448. Grayscale: #939393. Windows color (decimal): -6779977 or 12028824. OLE color: 12028824.

HSL color Cylindrical-coordinate representation of color #988BB7: hue angle of 257.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988BB7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB152139183-
CMYK0.170.2400.28
HSL257.73º23.4%63.14%-
HSV(B)257.73º24.04%71.76%-
XYZ30.7328.5648.69-
YUV147.9147.81130.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=32.07%
G=29.32%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521391830.170.2400.28257.7323.463.14
Hex988BB7111801C102173f
Octal23021326721300344022777
Binary100110001000101110110111100011100001110010000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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