#978AAA

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

Shades of Cold Purple #978AAA

Tints of Cold Purple #978AAA

Color information

#978AAA (or 0x978AAA) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and AA. RGB value is (151,138,170). Sum of RGB (Red+Green+Blue) = 151+138+170=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #978AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAA is #687555. Grayscale: #919191. Windows color (decimal): -6845782 or 11176599. OLE color: 11176599.

HSL color Cylindrical-coordinate representation of color #978AAA: hue angle of 264.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #978AAA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151138170-
CMYK0.110.1900.33
HSL264.38º15.84%60.39%-
HSV(B)264.38º18.82%66.67%-
XYZ29.1127.6641.83-
YUV145.54141.81131.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=32.90%
G=30.07%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511381700.110.1900.33264.3815.8460.39
Hex978AAAB13021108103c
Octal22721225213230414102074
Binary100101111000101010101010101110011010000110000100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978AAA; }

 p { color: rgb(151,138,170); }

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

<style>
 a { background-color: #978AAA; }

 a { background-color: rgb(151,138,170); }

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

<style>
 span { border-color: #978AAA; }

 span { border-color: rgb(151,138,170); }

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