#988ACC

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

Shades of Cold Purple #988ACC

Tints of Cold Purple #988ACC

Color information

#988ACC (or 0x988ACC) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and CC. RGB value is (152,138,204). Sum of RGB (Red+Green+Blue) = 152+138+204=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #988ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACC is #677533. Grayscale: #959595. Windows color (decimal): -6780212 or 13404824. OLE color: 13404824.

HSL color Cylindrical-coordinate representation of color #988ACC: hue angle of 252.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988ACC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152138204-
CMYK0.250.3200.2
HSL252.73º39.29%67.06%-
HSV(B)252.73º32.35%80%-
XYZ32.9429.2161.03-
YUV149.71158.64129.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=30.77%
G=27.94%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521382040.250.3200.2252.7339.2967.06
Hex988ACC1920014fd2743
Octal230212314314002437547103
Binary10011000100010101100110011001100000010100111111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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