#9A84F0

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

Shades of Medium Purple #9A84F0

Tints of Medium Purple #9A84F0

Color information

#9A84F0 (or 0x9A84F0) is unknown color: approx Medium Purple. HEX triplet: 9A, 84 and F0. RGB value is (154,132,240). Sum of RGB (Red+Green+Blue) = 154+132+240=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A84F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84F0 is #657B0F. Grayscale: #969696. Windows color (decimal): -6650640 or 15762586. OLE color: 15762586.

HSL color Cylindrical-coordinate representation of color #9A84F0: hue angle of 252.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A84F0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154132240-
CMYK0.360.4500.06
HSL252.22º78.26%72.94%-
HSV(B)252.22º45%94.12%-
XYZ37.3129.6686.2-
YUV150.89178.29130.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=29.28%
G=25.10%
B=45.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541322400.360.4500.06252.2278.2672.94
Hex9A84F0242D06fc4e49
Octal232204360445506374116111
Binary10011010100001001111000010010010110101101111110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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