#978CAE

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

Shades of Cold Purple #978CAE

Tints of Cold Purple #978CAE

Color information

#978CAE (or 0x978CAE) is unknown color: approx Cold Purple. HEX triplet: 97, 8C and AE. RGB value is (151,140,174). Sum of RGB (Red+Green+Blue) = 151+140+174=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #978CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978CAE is #687351. Grayscale: #939393. Windows color (decimal): -6845266 or 11439255. OLE color: 11439255.

HSL color Cylindrical-coordinate representation of color #978CAE: hue angle of 259.41º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #978CAE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151140174-
CMYK0.130.2000.32
HSL259.41º17.35%61.57%-
HSV(B)259.41º19.54%68.24%-
XYZ29.7828.3943.95-
YUV147.16143.14130.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=32.47%
G=30.11%
B=37.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511401740.130.2000.32259.4117.3561.57
Hex978CAED14020103113e
Octal22721425615240404032176
Binary100101111000110010101110110110100010000010000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,174); }

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

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

 a { background-color: rgb(151,140,174); }

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

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

 span { border-color: rgb(151,140,174); }

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