#9A87EA

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

Shades of Medium Purple #9A87EA

Tints of Medium Purple #9A87EA

Color information

#9A87EA (or 0x9A87EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 87 and EA. RGB value is (154,135,234). Sum of RGB (Red+Green+Blue) = 154+135+234=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A87EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A87EA is #657815. Grayscale: #979797. Windows color (decimal): -6649878 or 15370138. OLE color: 15370138.

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

Color convert

RGB154135234-
CMYK0.340.4200.08
HSL251.52º70.21%72.35%-
HSV(B)251.52º42.31%91.76%-
XYZ36.8430.1481.72-
YUV151.97174.29129.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=29.45%
G=25.81%
B=44.74%

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
Decimal1541352340.340.4200.08251.5270.2172.35
Hex9A87EA222A08fc4648
Octal2322073524252010374106110
Binary100110101000011111101010100010101010010001111110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,234); }

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

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

 a { background-color: rgb(154,135,234); }

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

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

 span { border-color: rgb(154,135,234); }

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