#977FC4

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

Shades of Cold Purple #977FC4

Tints of Cold Purple #977FC4

Color information

#977FC4 (or 0x977FC4) is unknown color: approx Cold Purple. HEX triplet: 97, 7F and C4. RGB value is (151,127,196). Sum of RGB (Red+Green+Blue) = 151+127+196=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #977FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FC4 is #68803B. Grayscale: #8D8D8D. Windows color (decimal): -6848572 or 12877719. OLE color: 12877719.

HSL color Cylindrical-coordinate representation of color #977FC4: hue angle of 260.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #977FC4 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151127196-
CMYK0.230.3500.23
HSL260.87º36.9%63.33%-
HSV(B)260.87º35.2%76.86%-
XYZ30.3225.7455.6-
YUV142.04158.45134.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.86%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=31.86%
G=26.79%
B=41.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511271960.230.3500.23260.8736.963.33
Hex977FC41723017105253f
Octal22717730427430274054577
Binary1001011111111111100010010111100011010111100000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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