#9A71E1

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

Shades of Medium Purple #9A71E1

Tints of Medium Purple #9A71E1

Color information

#9A71E1 (or 0x9A71E1) is unknown color: approx Medium Purple. HEX triplet: 9A, 71 and E1. RGB value is (154,113,225). Sum of RGB (Red+Green+Blue) = 154+113+225=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A71E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71E1 is #658E1E. Grayscale: #898989. Windows color (decimal): -6655519 or 14774682. OLE color: 14774682.

HSL color Cylindrical-coordinate representation of color #9A71E1: hue angle of 261.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A71E1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154113225-
CMYK0.320.5000.12
HSL261.96º65.12%66.27%-
HSV(B)261.96º49.78%88.24%-
XYZ32.8224.1274.16-
YUV138.03177.08139.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 225 (88.28% from 255) = 45.73%
R=31.30%
G=22.97%
B=45.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1541132250.320.5000.12261.9665.1266.27
Hex9A71E120320C1064142
Octal2321613414062014406101102
Binary100110101110001111000011000001100100110010000011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A71E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A71E1; }

 p { color: rgb(154,113,225); }

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

<style>
 a { background-color: #9A71E1; }

 a { background-color: rgb(154,113,225); }

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

<style>
 span { border-color: #9A71E1; }

 span { border-color: rgb(154,113,225); }

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