#988AC9

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

Shades of Cold Purple #988AC9

Tints of Cold Purple #988AC9

Color information

#988AC9 (or 0x988AC9) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and C9. RGB value is (152,138,201). Sum of RGB (Red+Green+Blue) = 152+138+201=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #988AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC9 is #677536. Grayscale: #959595. Windows color (decimal): -6780215 or 13208216. OLE color: 13208216.

HSL color Cylindrical-coordinate representation of color #988AC9: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988AC9 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152138201-
CMYK0.240.3100.21
HSL253.33º36.84%66.47%-
HSV(B)253.33º31.34%78.82%-
XYZ32.5829.0759.15-
YUV149.37157.14129.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=30.96%
G=28.11%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521382010.240.3100.21253.3336.8466.47
Hex988AC9181F015fd2542
Octal230212311303702537545102
Binary1001100010001010110010011100011111010101111111011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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