#988CBB

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

Shades of Cold Purple #988CBB

Tints of Cold Purple #988CBB

Color information

#988CBB (or 0x988CBB) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and BB. RGB value is (152,140,187). Sum of RGB (Red+Green+Blue) = 152+140+187=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #988CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBB is #677344. Grayscale: #949494. Windows color (decimal): -6779717 or 12291224. OLE color: 12291224.

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

Color convert

RGB152140187-
CMYK0.190.2500.27
HSL255.32º25.68%64.12%-
HSV(B)255.32º25.13%73.33%-
XYZ31.329.0250.97-
YUV148.95149.48130.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=31.73%
G=29.23%
B=39.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521401870.190.2500.27255.3225.6864.12
Hex988CBB131901Bff1a40
Octal230214273233103337732100
Binary100110001000110010111011100111100101101111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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