#978bb6

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

Shades of Cold Purple #978BB6

Tints of Cold Purple #978BB6

Color information

#978BB6 (or 0x978BB6) is unknown color: approx Cold Purple. HEX triplet: 97, 8B and B6. RGB value is (151,139,182). Sum of RGB (Red+Green+Blue) = 151+139+182=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #978BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BB6 is #687449. Grayscale: #939393. Windows color (decimal): -6845514 or 11963287. OLE color: 11963287.

HSL color Cylindrical-coordinate representation of color #978BB6: hue angle of 256.74º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978BB6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151139182-
CMYK0.170.2400.29
HSL256.74º22.75%62.94%-
HSV(B)256.74º23.63%71.37%-
XYZ30.4428.4248.14-
YUV147.49147.48130.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=31.99%
G=29.45%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511391820.170.2400.29256.7422.7562.94
Hex978BB6111801D101173f
Octal22721326621300354012777
Binary100101111000101110110110100011100001110110000000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,182); }

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

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

 a { background-color: rgb(151,139,182); }

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

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

 span { border-color: rgb(151,139,182); }

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