#988ABF

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

Shades of Cold Purple #988ABF

Tints of Cold Purple #988ABF

Color information

#988ABF (or 0x988ABF) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and BF. RGB value is (152,138,191). Sum of RGB (Red+Green+Blue) = 152+138+191=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #988ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ABF is #677540. Grayscale: #949494. Windows color (decimal): -6780225 or 12552856. OLE color: 12552856.

HSL color Cylindrical-coordinate representation of color #988ABF: hue angle of 255.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #988ABF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152138191-
CMYK0.200.2800.25
HSL255.85º29.28%64.51%-
HSV(B)255.85º27.75%74.9%-
XYZ31.4428.6153.16-
YUV148.23152.14130.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 191 (75% from 255) = 39.71%
R=31.60%
G=28.69%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521381910.200.2800.25255.8529.2864.51
Hex988ABF141C0191001d41
Octal230212277243403140035101
Binary1001100010001010101111111010011100011001100000000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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