#988CC9

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

Shades of Cold Purple #988CC9

Tints of Cold Purple #988CC9

Color information

#988CC9 (or 0x988CC9) is unknown color: approx Cold Purple. HEX triplet: 98, 8C and C9. RGB value is (152,140,201). Sum of RGB (Red+Green+Blue) = 152+140+201=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #988CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CC9 is #677336. Grayscale: #969696. Windows color (decimal): -6779703 or 13208728. OLE color: 13208728.

HSL color Cylindrical-coordinate representation of color #988CC9: hue angle of 251.8º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988CC9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152140201-
CMYK0.240.3000.21
HSL251.8º36.09%66.86%-
HSV(B)251.8º30.35%78.82%-
XYZ32.8729.6559.25-
YUV150.54156.48129.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=30.83%
G=28.40%
B=40.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521402010.240.3000.21251.836.0966.86
Hex988CC9181E015fc2443
Octal230214311303602537444103
Binary1001100010001100110010011100011110010101111111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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