#945FEA

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

Shades of Medium Purple #945FEA

Tints of Medium Purple #945FEA

Color information

#945FEA (or 0x945FEA) is unknown color: approx Medium Purple. HEX triplet: 94, 5F and EA. RGB value is (148,95,234). Sum of RGB (Red+Green+Blue) = 148+95+234=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #945FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945FEA is #6BA015. Grayscale: #7E7E7E. Windows color (decimal): -7053334 or 15359892. OLE color: 15359892.

HSL color Cylindrical-coordinate representation of color #945FEA: hue angle of 262.88º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945FEA is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14895234-
CMYK0.370.5900.08
HSL262.88º76.8%64.51%-
HSV(B)262.88º59.4%91.76%-
XYZ31.1620.4280.14-
YUV126.69188.56143.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=31.03%
G=19.92%
B=49.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148952340.370.5900.08262.8876.864.51
Hex945FEA253B081074d41
Octal2241373524573010407115101
Binary100101001011111111010101001011110110100010000011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,95,234); }

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

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

 a { background-color: rgb(148,95,234); }

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

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

 span { border-color: rgb(148,95,234); }

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