#9285E4

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

Shades of Medium Purple #9285E4

Tints of Medium Purple #9285E4

Color information

#9285E4 (or 0x9285E4) is unknown color: approx Medium Purple. HEX triplet: 92, 85 and E4. RGB value is (146,133,228). Sum of RGB (Red+Green+Blue) = 146+133+228=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #9285E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285E4 is #6D7A1B. Grayscale: #939393. Windows color (decimal): -7174684 or 14976402. OLE color: 14976402.

HSL color Cylindrical-coordinate representation of color #9285E4: hue angle of 248.21º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9285E4 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146133228-
CMYK0.360.4200.11
HSL248.21º63.76%70.78%-
HSV(B)248.21º41.67%89.41%-
XYZ34.2528.4977.09-
YUV147.72173.31126.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=28.80%
G=26.23%
B=44.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461332280.360.4200.11248.2163.7670.78
Hex9285E4242A0Bf84047
Octal2222053444452013370100107
Binary100100101000010111100100100100101010010111111100010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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