#9181EC

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

Shades of Medium Purple #9181EC

Tints of Medium Purple #9181EC

Color information

#9181EC (or 0x9181EC) is unknown color: approx Medium Purple. HEX triplet: 91, 81 and EC. RGB value is (145,129,236). Sum of RGB (Red+Green+Blue) = 145+129+236=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #9181EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9181EC is #6E7E13. Grayscale: #919191. Windows color (decimal): -7241236 or 15499665. OLE color: 15499665.

HSL color Cylindrical-coordinate representation of color #9181EC: hue angle of 248.97º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9181EC is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145129236-
CMYK0.390.4500.07
HSL248.97º73.79%71.57%-
HSV(B)248.97º45.34%92.55%-
XYZ34.6727.7882.89-
YUV145.98178.8127.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.43%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 236 (92.58% from 255) = 46.27%
R=28.43%
G=25.29%
B=46.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451292360.390.4500.07248.9773.7971.57
Hex9181EC272D07f94a48
Octal221201354475507371112110
Binary10010001100000011110110010011110110101111111100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9181EC; }

 p { color: rgb(145,129,236); }

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

<style>
 a { background-color: #9181EC; }

 a { background-color: rgb(145,129,236); }

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

<style>
 span { border-color: #9181EC; }

 span { border-color: rgb(145,129,236); }

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