#9A84EB

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

Shades of Medium Purple #9A84EB

Tints of Medium Purple #9A84EB

Color information

#9A84EB (or 0x9A84EB) is unknown color: approx Medium Purple. HEX triplet: 9A, 84 and EB. RGB value is (154,132,235). Sum of RGB (Red+Green+Blue) = 154+132+235=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A84EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84EB is #657B14. Grayscale: #959595. Windows color (decimal): -6650645 or 15434906. OLE color: 15434906.

HSL color Cylindrical-coordinate representation of color #9A84EB: hue angle of 252.82º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A84EB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154132235-
CMYK0.340.4400.08
HSL252.82º72.03%71.96%-
HSV(B)252.82º43.83%92.16%-
XYZ36.5729.3782.34-
YUV150.32175.79130.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=29.56%
G=25.34%
B=45.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541322350.340.4400.08252.8272.0371.96
Hex9A84EB222C08fd4848
Octal2322043534254010375110110
Binary100110101000010011101011100010101100010001111110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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