#9177dd

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

Shades of Medium Purple #9177DD

Tints of Medium Purple #9177DD

Color information

#9177DD (or 0x9177DD) is unknown color: approx Medium Purple. HEX triplet: 91, 77 and DD. RGB value is (145,119,221). Sum of RGB (Red+Green+Blue) = 145+119+221=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9177DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177DD is #6E8822. Grayscale: #8A8A8A. Windows color (decimal): -7243811 or 14514065. OLE color: 14514065.

HSL color Cylindrical-coordinate representation of color #9177DD: hue angle of 255.29º 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 #9177DD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145119221-
CMYK0.340.4600.13
HSL255.29º60%66.67%-
HSV(B)255.29º46.15%86.67%-
XYZ31.3324.4371.47-
YUV138.4174.61132.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=29.90%
G=24.54%
B=45.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451192210.340.4600.13255.296066.67
Hex9177DD222E0Dff3c43
Octal221167335425601537774103
Binary1001000111101111101110110001010111001101111111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9177dd; }

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

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

<style>
 a { background-color: #9177dd; }

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

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

<style>
 span { border-color: #9177dd; }

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

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