#978BAD

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

Shades of Cold Purple #978BAD

Tints of Cold Purple #978BAD

Color information

#978BAD (or 0x978BAD) is unknown color: approx Cold Purple. HEX triplet: 97, 8B and AD. RGB value is (151,139,173). Sum of RGB (Red+Green+Blue) = 151+139+173=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #978BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BAD is #687452. Grayscale: #929292. Windows color (decimal): -6845523 or 11373463. OLE color: 11373463.

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

Color convert

RGB151139173-
CMYK0.130.2000.32
HSL261.18º17.17%61.18%-
HSV(B)261.18º19.65%67.84%-
XYZ29.5428.0643.39-
YUV146.46142.98131.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=32.61%
G=30.02%
B=37.37%

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
Decimal1511391730.130.2000.32261.1817.1761.18
Hex978BADD14020105113d
Octal22721325515240404052175
Binary100101111000101110101101110110100010000010000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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