#977FBF

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

Shades of Cold Purple #977FBF

Tints of Cold Purple #977FBF

Color information

#977FBF (or 0x977FBF) is unknown color: approx Cold Purple. HEX triplet: 97, 7F and BF. RGB value is (151,127,191). Sum of RGB (Red+Green+Blue) = 151+127+191=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #977FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FBF is #688040. Grayscale: #8D8D8D. Windows color (decimal): -6848577 or 12550039. OLE color: 12550039.

HSL color Cylindrical-coordinate representation of color #977FBF: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977FBF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151127191-
CMYK0.210.3400.25
HSL262.5º33.33%62.35%-
HSV(B)262.5º33.51%74.9%-
XYZ29.7625.5252.65-
YUV141.47155.95134.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 40.72%
R=32.20%
G=27.08%
B=40.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511271910.210.3400.25262.533.3362.35
Hex977FBF1522019106213e
Octal22717727725420314064176
Binary1001011111111111011111110101100010011001100000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977FBF; }

 p { color: rgb(151,127,191); }

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

<style>
 a { background-color: #977FBF; }

 a { background-color: rgb(151,127,191); }

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

<style>
 span { border-color: #977FBF; }

 span { border-color: rgb(151,127,191); }

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