#9489EB

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

Shades of Medium Purple #9489EB

Tints of Medium Purple #9489EB

Color information

#9489EB (or 0x9489EB) is unknown color: approx Medium Purple. HEX triplet: 94, 89 and EB. RGB value is (148,137,235). Sum of RGB (Red+Green+Blue) = 148+137+235=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #9489EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9489EB is #6B7614. Grayscale: #979797. Windows color (decimal): -7042581 or 15436180. OLE color: 15436180.

HSL color Cylindrical-coordinate representation of color #9489EB: hue angle of 246.73º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9489EB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148137235-
CMYK0.370.4200.08
HSL246.73º71.01%72.94%-
HSV(B)246.73º41.7%92.16%-
XYZ36.1530.1982.52-
YUV151.46175.14125.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=28.46%
G=26.35%
B=45.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481372350.370.4200.08246.7371.0172.94
Hex9489EB252A08f74749
Octal2242113534552010367107111
Binary100101001000100111101011100101101010010001111011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9489EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9489EB; }

 p { color: rgb(148,137,235); }

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

<style>
 a { background-color: #9489EB; }

 a { background-color: rgb(148,137,235); }

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

<style>
 span { border-color: #9489EB; }

 span { border-color: rgb(148,137,235); }

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