#978DC6

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

Shades of Cold Purple #978DC6

Tints of Cold Purple #978DC6

Color information

#978DC6 (or 0x978DC6) is unknown color: approx Cold Purple. HEX triplet: 97, 8D and C6. RGB value is (151,141,198). Sum of RGB (Red+Green+Blue) = 151+141+198=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #978DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC6 is #687239. Grayscale: #969696. Windows color (decimal): -6844986 or 13012375. OLE color: 13012375.

HSL color Cylindrical-coordinate representation of color #978DC6: hue angle of 250.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978DC6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151141198-
CMYK0.240.2900.22
HSL250.53º33.33%66.47%-
HSV(B)250.53º28.79%77.65%-
XYZ32.4829.7157.45-
YUV150.49154.81128.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=30.82%
G=28.78%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511411980.240.2900.22250.5333.3366.47
Hex978DC6181D016fb2142
Octal227215306303502637341102
Binary1001011110001101110001101100011101010110111110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,198); }

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

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

 a { background-color: rgb(151,141,198); }

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

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

 span { border-color: rgb(151,141,198); }

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