#9081EA

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

Shades of Medium Purple #9081EA

Tints of Medium Purple #9081EA

Color information

#9081EA (or 0x9081EA) is unknown color: approx Medium Purple. HEX triplet: 90, 81 and EA. RGB value is (144,129,234). Sum of RGB (Red+Green+Blue) = 144+129+234=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #9081EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081EA is #6F7E15. Grayscale: #919191. Windows color (decimal): -7306774 or 15368592. OLE color: 15368592.

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

Color convert

RGB144129234-
CMYK0.380.4500.08
HSL248.57º71.43%71.18%-
HSV(B)248.57º44.87%91.76%-
XYZ34.227.5781.36-
YUV145.45177.97126.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=28.40%
G=25.44%
B=46.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441292340.380.4500.08248.5771.4371.18
Hex9081EA262D08f94747
Octal2202013524655010371107107
Binary100100001000000111101010100110101101010001111100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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