#978CB7

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

Shades of Cold Purple #978CB7

Tints of Cold Purple #978CB7

Color information

#978CB7 (or 0x978CB7) is unknown color: approx Cold Purple. HEX triplet: 97, 8C and B7. RGB value is (151,140,183). Sum of RGB (Red+Green+Blue) = 151+140+183=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #978CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CB7 is #687348. Grayscale: #949494. Windows color (decimal): -6845257 or 12029079. OLE color: 12029079.

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

Color convert

RGB151140183-
CMYK0.170.2300.28
HSL255.35º22.99%63.33%-
HSV(B)255.35º23.5%71.76%-
XYZ30.6928.7548.73-
YUV148.19147.64130-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.86%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=31.86%
G=29.54%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511401830.170.2300.28255.3522.9963.33
Hex978CB7111701Cff173f
Octal22721426721270343772777
Binary10010111100011001011011110001101110111001111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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