#977BEC

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

Shades of Medium Purple #977BEC

Tints of Medium Purple #977BEC

Color information

#977BEC (or 0x977BEC) is unknown color: approx Medium Purple. HEX triplet: 97, 7B and EC. RGB value is (151,123,236). Sum of RGB (Red+Green+Blue) = 151+123+236=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #977BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BEC is #688413. Grayscale: #8F8F8F. Windows color (decimal): -6849556 or 15498135. OLE color: 15498135.

HSL color Cylindrical-coordinate representation of color #977BEC: hue angle of 254.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #977BEC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151123236-
CMYK0.360.4800.07
HSL254.87º74.83%70.39%-
HSV(B)254.87º47.88%92.55%-
XYZ34.9926.882.69-
YUV144.25179.78132.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 236 (92.58% from 255) = 46.27%
R=29.61%
G=24.12%
B=46.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511232360.360.4800.07254.8774.8370.39
Hex977BEC243007ff4b46
Octal227173354446007377113106
Binary1001011111110111110110010010011000001111111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,123,236); }

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

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

 a { background-color: rgb(151,123,236); }

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

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

 span { border-color: rgb(151,123,236); }

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