#988ABD

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

Shades of Cold Purple #988ABD

Tints of Cold Purple #988ABD

Color information

#988ABD (or 0x988ABD) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and BD. RGB value is (152,138,189). Sum of RGB (Red+Green+Blue) = 152+138+189=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #988ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ABD is #677542. Grayscale: #939393. Windows color (decimal): -6780227 or 12421784. OLE color: 12421784.

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

Color convert

RGB152138189-
CMYK0.200.2700.26
HSL256.47º27.87%64.12%-
HSV(B)256.47º26.98%74.12%-
XYZ31.2228.5352-
YUV148151.14130.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=31.73%
G=28.81%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521381890.200.2700.26256.4727.8764.12
Hex988ABD141B01A1001c40
Octal230212275243303240034100
Binary1001100010001010101111011010011011011010100000000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,189); }

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

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

 a { background-color: rgb(152,138,189); }

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

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

 span { border-color: rgb(152,138,189); }

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