#9776D0

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

Shades of Medium Purple #9776D0

Tints of Medium Purple #9776D0

Color information

#9776D0 (or 0x9776D0) is unknown color: approx Medium Purple. HEX triplet: 97, 76 and D0. RGB value is (151,118,208). Sum of RGB (Red+Green+Blue) = 151+118+208=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #9776D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776D0 is #68892F. Grayscale: #898989. Windows color (decimal): -6850864 or 13661847. OLE color: 13661847.

HSL color Cylindrical-coordinate representation of color #9776D0: hue angle of 262º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9776D0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151118208-
CMYK0.270.4300.18
HSL262º48.91%63.92%-
HSV(B)262º43.27%81.57%-
XYZ30.6324.0962.71-
YUV138.13167.43137.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=31.66%
G=24.74%
B=43.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511182080.270.4300.1826248.9163.92
Hex9776D01B2B0121063140
Octal227166320335302240661100
Binary10010111111011011010000110111010110100101000001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9776D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9776D0; }

 p { color: rgb(151,118,208); }

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

<style>
 a { background-color: #9776D0; }

 a { background-color: rgb(151,118,208); }

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

<style>
 span { border-color: #9776D0; }

 span { border-color: rgb(151,118,208); }

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