#9250EC

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

Shades of Medium Purple #9250EC

Tints of Medium Purple #9250EC

Color information

#9250EC (or 0x9250EC) is unknown color: approx Medium Purple. HEX triplet: 92, 50 and EC. RGB value is (146,80,236). Sum of RGB (Red+Green+Blue) = 146+80+236=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #9250EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250EC is #6DAF13. Grayscale: #747474. Windows color (decimal): -7188244 or 15487122. OLE color: 15487122.

HSL color Cylindrical-coordinate representation of color #9250EC: hue angle of 265.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9250EC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14680236-
CMYK0.380.6600.07
HSL265.38º80.41%61.96%-
HSV(B)265.38º66.1%92.55%-
XYZ29.8617.981.24-
YUV117.52194.87148.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=31.60%
G=17.32%
B=51.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146802360.380.6600.07265.3880.4161.96
Hex9250EC264207109503e
Octal222120354461020741112076
Binary10010010101000011101100100110100001001111000010011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9250EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9250EC; }

 p { color: rgb(146,80,236); }

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

<style>
 a { background-color: #9250EC; }

 a { background-color: rgb(146,80,236); }

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

<style>
 span { border-color: #9250EC; }

 span { border-color: rgb(146,80,236); }

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