#988AC0

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

Shades of Cold Purple #988AC0

Tints of Cold Purple #988AC0

Color information

#988AC0 (or 0x988AC0) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and C0. RGB value is (152,138,192). Sum of RGB (Red+Green+Blue) = 152+138+192=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #988AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC0 is #67753F. Grayscale: #949494. Windows color (decimal): -6780224 or 12618392. OLE color: 12618392.

HSL color Cylindrical-coordinate representation of color #988AC0: hue angle of 255.56º degrees, saturation: 0.3, 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 #988AC0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152138192-
CMYK0.210.2800.25
HSL255.56º30%64.71%-
HSV(B)255.56º28.12%75.29%-
XYZ31.5528.6653.74-
YUV148.34152.64130.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=31.54%
G=28.63%
B=39.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521381920.210.2800.25255.563064.71
Hex988AC0151C0191001e41
Octal230212300253403140036101
Binary1001100010001010110000001010111100011001100000000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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