#988AC2

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

Shades of Cold Purple #988AC2

Tints of Cold Purple #988AC2

Color information

#988AC2 (or 0x988AC2) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and C2. RGB value is (152,138,194). Sum of RGB (Red+Green+Blue) = 152+138+194=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #988AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC2 is #67753D. Grayscale: #949494. Windows color (decimal): -6780222 or 12749464. OLE color: 12749464.

HSL color Cylindrical-coordinate representation of color #988AC2: hue angle of 255º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988AC2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152138194-
CMYK0.220.2900.24
HSL255º31.46%65.1%-
HSV(B)255º28.87%76.08%-
XYZ31.7728.7554.91-
YUV148.57153.64130.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=31.40%
G=28.51%
B=40.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521381940.220.2900.2425531.4665.1
Hex988AC2161D018ff1f41
Octal230212302263503037737101
Binary100110001000101011000010101101110101100011111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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