#9171EB

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

Shades of Medium Purple #9171EB

Tints of Medium Purple #9171EB

Color information

#9171EB (or 0x9171EB) is unknown color: approx Medium Purple. HEX triplet: 91, 71 and EB. RGB value is (145,113,235). Sum of RGB (Red+Green+Blue) = 145+113+235=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #9171EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9171EB is #6E8E14. Grayscale: #888888. Windows color (decimal): -7245333 or 15430033. OLE color: 15430033.

HSL color Cylindrical-coordinate representation of color #9171EB: hue angle of 255.74º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9171EB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145113235-
CMYK0.380.5200.08
HSL255.74º75.31%68.24%-
HSV(B)255.74º51.91%92.16%-
XYZ32.5823.8381.48-
YUV136.48183.6134.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=29.41%
G=22.92%
B=47.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451132350.380.5200.08255.7475.3168.24
Hex9171EB2634081004b44
Octal2211613534664010400113104
Binary100100011110001111010111001101101000100010000000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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