#9285EA

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

Shades of Medium Purple #9285EA

Tints of Medium Purple #9285EA

Color information

#9285EA (or 0x9285EA) is unknown color: approx Medium Purple. HEX triplet: 92, 85 and EA. RGB value is (146,133,234). Sum of RGB (Red+Green+Blue) = 146+133+234=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9285EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9285EA is #6D7A15. Grayscale: #949494. Windows color (decimal): -7174678 or 15369618. OLE color: 15369618.

HSL color Cylindrical-coordinate representation of color #9285EA: hue angle of 247.72º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9285EA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146133234-
CMYK0.380.4300.08
HSL247.72º70.63%71.96%-
HSV(B)247.72º43.16%91.76%-
XYZ35.0928.8381.56-
YUV148.4176.31126.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=28.46%
G=25.93%
B=45.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461332340.380.4300.08247.7270.6371.96
Hex9285EA262B08f84748
Octal2222053524653010370107110
Binary100100101000010111101010100110101011010001111100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9285EA; }

 p { color: rgb(146,133,234); }

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

<style>
 a { background-color: #9285EA; }

 a { background-color: rgb(146,133,234); }

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

<style>
 span { border-color: #9285EA; }

 span { border-color: rgb(146,133,234); }

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