#9A88ED

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

Shades of Medium Purple #9A88ED

Tints of Medium Purple #9A88ED

Color information

#9A88ED (or 0x9A88ED) is unknown color: approx Medium Purple. HEX triplet: 9A, 88 and ED. RGB value is (154,136,237). Sum of RGB (Red+Green+Blue) = 154+136+237=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A88ED is #657712. Grayscale: #989898. Windows color (decimal): -6649619 or 15567002. OLE color: 15567002.

HSL color Cylindrical-coordinate representation of color #9A88ED: hue angle of 250.69º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A88ED is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154136237-
CMYK0.350.4300.07
HSL250.69º73.72%73.14%-
HSV(B)250.69º42.62%92.94%-
XYZ37.4230.5984.05-
YUV152.9175.46128.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=29.22%
G=25.81%
B=44.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541362370.350.4300.07250.6973.7273.14
Hex9A88ED232B07fb4a49
Octal232210355435307373112111
Binary10011010100010001110110110001110101101111111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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