#978AAB

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

Shades of Cold Purple #978AAB

Tints of Cold Purple #978AAB

Color information

#978AAB (or 0x978AAB) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and AB. RGB value is (151,138,171). Sum of RGB (Red+Green+Blue) = 151+138+171=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #978AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAB is #687554. Grayscale: #919191. Windows color (decimal): -6845781 or 11242135. OLE color: 11242135.

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

Color convert

RGB151138171-
CMYK0.120.1900.33
HSL263.64º16.42%60.59%-
HSV(B)263.64º19.3%67.06%-
XYZ29.227.742.33-
YUV145.65142.31131.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=32.83%
G=30%
B=37.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511381710.120.1900.33263.6416.4260.59
Hex978AABC13021108103d
Octal22721225314230414102075
Binary100101111000101010101011110010011010000110000100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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