#9A88E5

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

Shades of Medium Purple #9A88E5

Tints of Medium Purple #9A88E5

Color information

#9A88E5 (or 0x9A88E5) is unknown color: approx Medium Purple. HEX triplet: 9A, 88 and E5. RGB value is (154,136,229). Sum of RGB (Red+Green+Blue) = 154+136+229=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A88E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88E5 is #65771A. Grayscale: #979797. Windows color (decimal): -6649627 or 15042714. OLE color: 15042714.

HSL color Cylindrical-coordinate representation of color #9A88E5: hue angle of 251.61º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A88E5 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB154136229-
CMYK0.330.4100.10
HSL251.61º64.14%71.57%-
HSV(B)251.61º40.61%89.8%-
XYZ36.2730.1478.03-
YUV151.98171.46129.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=29.67%
G=26.20%
B=44.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1541362290.330.4100.10251.6164.1471.57
Hex9A88E521290Afc4048
Octal2322103454151012374100110
Binary100110101000100011100101100001101001010101111110010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,136,229); }

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

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

 a { background-color: rgb(154,136,229); }

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

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

 span { border-color: rgb(154,136,229); }

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