#9777DD

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

Shades of Medium Purple #9777DD

Tints of Medium Purple #9777DD

Color information

#9777DD (or 0x9777DD) is unknown color: approx Medium Purple. HEX triplet: 97, 77 and DD. RGB value is (151,119,221). Sum of RGB (Red+Green+Blue) = 151+119+221=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9777DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777DD is #688822. Grayscale: #8B8B8B. Windows color (decimal): -6850595 or 14514071. OLE color: 14514071.

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

Color convert

RGB151119221-
CMYK0.320.4600.13
HSL258.82º60%66.67%-
HSV(B)258.82º46.15%86.67%-
XYZ32.4124.9971.52-
YUV140.2173.6135.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=30.75%
G=24.24%
B=45.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511192210.320.4600.13258.826066.67
Hex9777DD202E0D1033c43
Octal227167335405601540374103
Binary10010111111011111011101100000101110011011000000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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