#925EE5

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

Shades of Medium Purple #925EE5

Tints of Medium Purple #925EE5

Color information

#925EE5 (or 0x925EE5) is unknown color: approx Medium Purple. HEX triplet: 92, 5E and E5. RGB value is (146,94,229). Sum of RGB (Red+Green+Blue) = 146+94+229=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #925EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EE5 is #6DA11A. Grayscale: #7C7C7C. Windows color (decimal): -7184667 or 15031954. OLE color: 15031954.

HSL color Cylindrical-coordinate representation of color #925EE5: hue angle of 263.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925EE5 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14694229-
CMYK0.360.5900.10
HSL263.11º72.19%63.33%-
HSV(B)263.11º58.95%89.8%-
XYZ3019.7776.36-
YUV124.94186.73143.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=31.13%
G=20.04%
B=48.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal146942290.360.5900.10263.1172.1963.33
Hex925EE5243B0A107483f
Octal222136345447301240711077
Binary10010010101111011100101100100111011010101000001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925EE5; }

 p { color: rgb(146,94,229); }

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

<style>
 a { background-color: #925EE5; }

 a { background-color: rgb(146,94,229); }

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

<style>
 span { border-color: #925EE5; }

 span { border-color: rgb(146,94,229); }

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