#9A89EB

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

Shades of Medium Purple #9A89EB

Tints of Medium Purple #9A89EB

Color information

#9A89EB (or 0x9A89EB) is unknown color: approx Medium Purple. HEX triplet: 9A, 89 and EB. RGB value is (154,137,235). Sum of RGB (Red+Green+Blue) = 154+137+235=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A89EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A89EB is #657614. Grayscale: #989898. Windows color (decimal): -6649365 or 15436186. OLE color: 15436186.

HSL color Cylindrical-coordinate representation of color #9A89EB: hue angle of 250.41º 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 #9A89EB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154137235-
CMYK0.340.4200.08
HSL250.41º71.01%72.94%-
HSV(B)250.41º41.7%92.16%-
XYZ37.2730.7682.57-
YUV153.26174.13128.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=29.28%
G=26.05%
B=44.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541372350.340.4200.08250.4171.0172.94
Hex9A89EB222A08fa4749
Octal2322113534252010372107111
Binary100110101000100111101011100010101010010001111101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A89EB; }

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

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

<style>
 a { background-color: #9A89EB; }

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

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

<style>
 span { border-color: #9A89EB; }

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

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