#925EDE

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

Shades of Medium Purple #925EDE

Tints of Medium Purple #925EDE

Color information

#925EDE (or 0x925EDE) is unknown color: approx Medium Purple. HEX triplet: 92, 5E and DE. RGB value is (146,94,222). Sum of RGB (Red+Green+Blue) = 146+94+222=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #925EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EDE is #6DA121. Grayscale: #7B7B7B. Windows color (decimal): -7184674 or 14573202. OLE color: 14573202.

HSL color Cylindrical-coordinate representation of color #925EDE: hue angle of 264.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #925EDE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14694222-
CMYK0.340.5800.13
HSL264.38º65.98%61.96%-
HSV(B)264.38º57.66%87.06%-
XYZ29.0419.3971.32-
YUV124.14183.23143.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=31.60%
G=20.35%
B=48.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146942220.340.5800.13264.3865.9861.96
Hex925EDE223A0D108423e
Octal222136336427201541010276
Binary10010010101111011011110100010111010011011000010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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