#9171DD

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

Shades of Medium Purple #9171DD

Tints of Medium Purple #9171DD

Color information

#9171DD (or 0x9171DD) is unknown color: approx Medium Purple. HEX triplet: 91, 71 and DD. RGB value is (145,113,221). Sum of RGB (Red+Green+Blue) = 145+113+221=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #9171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171DD is #6E8E22. Grayscale: #868686. Windows color (decimal): -7245347 or 14512529. OLE color: 14512529.

HSL color Cylindrical-coordinate representation of color #9171DD: hue angle of 257.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9171DD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145113221-
CMYK0.340.4900.13
HSL257.78º61.36%65.49%-
HSV(B)257.78º48.87%86.67%-
XYZ30.6323.0571.24-
YUV134.88176.6135.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=30.27%
G=23.59%
B=46.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451132210.340.4900.13257.7861.3665.49
Hex9171DD22310D1023d41
Octal221161335426101540275101
Binary10010001111000111011101100010110001011011000000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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