#9776DD

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

Shades of Medium Purple #9776DD

Tints of Medium Purple #9776DD

Color information

#9776DD (or 0x9776DD) is unknown color: approx Medium Purple. HEX triplet: 97, 76 and DD. RGB value is (151,118,221). Sum of RGB (Red+Green+Blue) = 151+118+221=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #9776DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776DD is #688922. Grayscale: #8B8B8B. Windows color (decimal): -6850851 or 14513815. OLE color: 14513815.

HSL color Cylindrical-coordinate representation of color #9776DD: hue angle of 259.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9776DD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151118221-
CMYK0.320.4700.13
HSL259.22º60.23%66.47%-
HSV(B)259.22º46.61%86.67%-
XYZ32.2924.7671.48-
YUV139.61173.93136.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=30.82%
G=24.08%
B=45.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511182210.320.4700.13259.2260.2366.47
Hex9776DD202F0D1033c42
Octal227166335405701540374102
Binary10010111111011011011101100000101111011011000000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9776DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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