#925EE9

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

Shades of Medium Purple #925EE9

Tints of Medium Purple #925EE9

Color information

#925EE9 (or 0x925EE9) is unknown color: approx Medium Purple. HEX triplet: 92, 5E and E9. RGB value is (146,94,233). Sum of RGB (Red+Green+Blue) = 146+94+233=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #925EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925EE9 is #6DA116. Grayscale: #7C7C7C. Windows color (decimal): -7184663 or 15294098. OLE color: 15294098.

HSL color Cylindrical-coordinate representation of color #925EE9: hue angle of 262.45º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #925EE9 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14694233-
CMYK0.370.6000.09
HSL262.45º75.96%64.12%-
HSV(B)262.45º59.66%91.37%-
XYZ30.562079.34-
YUV125.39188.73142.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 233 (91.41% from 255) = 49.26%
R=30.87%
G=19.87%
B=49.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146942330.370.6000.09262.4575.9664.12
Hex925EE9253C091064c40
Octal2221363514574011406114100
Binary100100101011110111010011001011111000100110000011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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