#945EE1

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

Shades of Medium Purple #945EE1

Tints of Medium Purple #945EE1

Color information

#945EE1 (or 0x945EE1) is unknown color: approx Medium Purple. HEX triplet: 94, 5E and E1. RGB value is (148,94,225). Sum of RGB (Red+Green+Blue) = 148+94+225=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #945EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EE1 is #6BA11E. Grayscale: #7C7C7C. Windows color (decimal): -7053599 or 14769812. OLE color: 14769812.

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

Color convert

RGB14894225-
CMYK0.340.5800.12
HSL264.73º68.59%62.55%-
HSV(B)264.73º58.22%88.24%-
XYZ29.8119.7473.47-
YUV125.08184.39144.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 225 (88.28% from 255) = 48.18%
R=31.69%
G=20.13%
B=48.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148942250.340.5800.12264.7368.5962.55
Hex945EE1223A0C109453f
Octal224136341427201441110577
Binary10010100101111011100001100010111010011001000010011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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