#9777DC

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

Shades of Medium Purple #9777DC

Tints of Medium Purple #9777DC

Color information

#9777DC (or 0x9777DC) is unknown color: approx Medium Purple. HEX triplet: 97, 77 and DC. RGB value is (151,119,220). Sum of RGB (Red+Green+Blue) = 151+119+220=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9777DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777DC is #688823. Grayscale: #8B8B8B. Windows color (decimal): -6850596 or 14448535. OLE color: 14448535.

HSL color Cylindrical-coordinate representation of color #9777DC: hue angle of 259.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9777DC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151119220-
CMYK0.310.4600.14
HSL259.01º59.06%66.47%-
HSV(B)259.01º45.91%86.27%-
XYZ32.2824.9470.82-
YUV140.08173.1135.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=30.82%
G=24.29%
B=44.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511192200.310.4600.14259.0159.0666.47
Hex9777DC1F2E0E1033b42
Octal227167334375601640373102
Binary1001011111101111101110011111101110011101000000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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