#978EAF

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

Shades of Cold Purple #978EAF

Tints of Cold Purple #978EAF

Color information

#978EAF (or 0x978EAF) is unknown color: approx Cold Purple. HEX triplet: 97, 8E and AF. RGB value is (151,142,175). Sum of RGB (Red+Green+Blue) = 151+142+175=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #978EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978EAF is #687150. Grayscale: #949494. Windows color (decimal): -6844753 or 11505303. OLE color: 11505303.

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

Color convert

RGB151142175-
CMYK0.140.1900.31
HSL256.36º17.1%62.16%-
HSV(B)256.36º18.86%68.63%-
XYZ30.1729.0244.57-
YUV148.45142.98129.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=32.26%
G=30.34%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511421750.140.1900.31256.3617.162.16
Hex978EAFE1301F100113e
Octal22721625716230374002176
Binary10010111100011101010111111101001101111110000000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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