#9156E1

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

Shades of Medium Purple #9156E1

Tints of Medium Purple #9156E1

Color information

#9156E1 (or 0x9156E1) is unknown color: approx Medium Purple. HEX triplet: 91, 56 and E1. RGB value is (145,86,225). Sum of RGB (Red+Green+Blue) = 145+86+225=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #9156E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156E1 is #6EA91E. Grayscale: #767676. Windows color (decimal): -7252255 or 14767761. OLE color: 14767761.

HSL color Cylindrical-coordinate representation of color #9156E1: hue angle of 265.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9156E1 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14586225-
CMYK0.360.6200.12
HSL265.47º69.85%60.98%-
HSV(B)265.47º61.78%88.24%-
XYZ28.618.1173.22-
YUV119.49187.55146.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 225 (88.28% from 255) = 49.34%
R=31.80%
G=18.86%
B=49.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145862250.360.6200.12265.4769.8560.98
Hex9156E1243E0C109463d
Octal221126341447601441110675
Binary10010001101011011100001100100111110011001000010011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9156E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9156E1; }

 p { color: rgb(145,86,225); }

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

<style>
 a { background-color: #9156E1; }

 a { background-color: rgb(145,86,225); }

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

<style>
 span { border-color: #9156E1; }

 span { border-color: rgb(145,86,225); }

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