#9977D0

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

Shades of Medium Purple #9977D0

Tints of Medium Purple #9977D0

Color information

#9977D0 (or 0x9977D0) is unknown color: approx Medium Purple. HEX triplet: 99, 77 and D0. RGB value is (153,119,208). Sum of RGB (Red+Green+Blue) = 153+119+208=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #9977D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977D0 is #66882F. Grayscale: #8A8A8A. Windows color (decimal): -6719536 or 13662105. OLE color: 13662105.

HSL color Cylindrical-coordinate representation of color #9977D0: hue angle of 262.92º 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 #9977D0 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153119208-
CMYK0.260.4300.18
HSL262.92º48.63%64.12%-
HSV(B)262.92º42.79%81.57%-
XYZ31.1224.5262.77-
YUV139.31166.76137.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=31.88%
G=24.79%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531192080.260.4300.18262.9248.6364.12
Hex9977D01A2B0121073140
Octal231167320325302240761100
Binary10011001111011111010000110101010110100101000001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9977D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,119,208); }

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

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

 a { background-color: rgb(153,119,208); }

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

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

 span { border-color: rgb(153,119,208); }

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