#978AAF

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

Shades of Cold Purple #978AAF

Tints of Cold Purple #978AAF

Color information

#978AAF (or 0x978AAF) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and AF. RGB value is (151,138,175). Sum of RGB (Red+Green+Blue) = 151+138+175=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #978AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAF is #687550. Grayscale: #919191. Windows color (decimal): -6845777 or 11504279. OLE color: 11504279.

HSL color Cylindrical-coordinate representation of color #978AAF: hue angle of 261.08º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978AAF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151138175-
CMYK0.140.2100.31
HSL261.08º18.78%61.37%-
HSV(B)261.08º21.14%68.63%-
XYZ29.5927.8544.37-
YUV146.1144.31131.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=32.54%
G=29.74%
B=37.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511381750.140.2100.31261.0818.7861.37
Hex978AAFE1501F105133d
Octal22721225716250374052375
Binary10010111100010101010111111101010101111110000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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