#946EE1

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

Shades of Medium Purple #946EE1

Tints of Medium Purple #946EE1

Color information

#946EE1 (or 0x946EE1) is unknown color: approx Medium Purple. HEX triplet: 94, 6E and E1. RGB value is (148,110,225). Sum of RGB (Red+Green+Blue) = 148+110+225=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #946EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EE1 is #6B911E. Grayscale: #868686. Windows color (decimal): -7049503 or 14773908. OLE color: 14773908.

HSL color Cylindrical-coordinate representation of color #946EE1: hue angle of 259.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946EE1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148110225-
CMYK0.340.5100.12
HSL259.83º65.71%65.69%-
HSV(B)259.83º51.11%88.24%-
XYZ31.3822.8874-
YUV134.47179.09137.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 225 (88.28% from 255) = 46.58%
R=30.64%
G=22.77%
B=46.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481102250.340.5100.12259.8365.7165.69
Hex946EE122330C1044242
Octal2241563414263014404102102
Binary100101001101110111000011000101100110110010000010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946EE1; }

 p { color: rgb(148,110,225); }

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

<style>
 a { background-color: #946EE1; }

 a { background-color: rgb(148,110,225); }

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

<style>
 span { border-color: #946EE1; }

 span { border-color: rgb(148,110,225); }

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