#978CAC

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

Shades of Cold Purple #978CAC

Tints of Cold Purple #978CAC

Color information

#978CAC (or 0x978CAC) is unknown color: approx Cold Purple. HEX triplet: 97, 8C and AC. RGB value is (151,140,172). Sum of RGB (Red+Green+Blue) = 151+140+172=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #978CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978CAC is #687353. Grayscale: #929292. Windows color (decimal): -6845268 or 11308183. OLE color: 11308183.

HSL color Cylindrical-coordinate representation of color #978CAC: hue angle of 260.62º 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 #978CAC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151140172-
CMYK0.120.1900.33
HSL260.62º16.16%61.18%-
HSV(B)260.62º18.6%67.45%-
XYZ29.5928.3142.94-
YUV146.94142.14130.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=32.61%
G=30.24%
B=37.15%

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
Decimal1511401720.120.1900.33260.6216.1661.18
Hex978CACC13021105103d
Octal22721425414230414052075
Binary100101111000110010101100110010011010000110000010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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