#988BAD

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

Shades of Cold Purple #988BAD

Tints of Cold Purple #988BAD

Color information

#988BAD (or 0x988BAD) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and AD. RGB value is (152,139,173). Sum of RGB (Red+Green+Blue) = 152+139+173=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #988BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BAD is #677452. Grayscale: #929292. Windows color (decimal): -6779987 or 11373464. OLE color: 11373464.

HSL color Cylindrical-coordinate representation of color #988BAD: hue angle of 262.94º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988BAD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152139173-
CMYK0.120.2000.32
HSL262.94º17.17%61.18%-
HSV(B)262.94º19.65%67.84%-
XYZ29.7228.1643.4-
YUV146.76142.81131.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=32.76%
G=29.96%
B=37.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521391730.120.2000.32262.9417.1761.18
Hex988BADC14020107113d
Octal23021325514240404072175
Binary100110001000101110101101110010100010000010000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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