#9085EA

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

Shades of Medium Purple #9085EA

Tints of Medium Purple #9085EA

Color information

#9085EA (or 0x9085EA) is unknown color: approx Medium Purple. HEX triplet: 90, 85 and EA. RGB value is (144,133,234). Sum of RGB (Red+Green+Blue) = 144+133+234=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #9085EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085EA is #6F7A15. Grayscale: #939393. Windows color (decimal): -7305750 or 15369616. OLE color: 15369616.

HSL color Cylindrical-coordinate representation of color #9085EA: hue angle of 246.53º 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 #9085EA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144133234-
CMYK0.380.4300.08
HSL246.53º70.63%71.96%-
HSV(B)246.53º43.16%91.76%-
XYZ34.7428.6481.54-
YUV147.8176.64125.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=28.18%
G=26.03%
B=45.79%

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
Decimal1441332340.380.4300.08246.5370.6371.96
Hex9085EA262B08f74748
Octal2202053524653010367107110
Binary100100001000010111101010100110101011010001111011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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