#9F88EA

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

Shades of Medium Purple #9F88EA

Tints of Medium Purple #9F88EA

Color information

#9F88EA (or 0x9F88EA) is unknown color: approx Medium Purple. HEX triplet: 9F, 88 and EA. RGB value is (159,136,234). Sum of RGB (Red+Green+Blue) = 159+136+234=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F88EA is #607715. Grayscale: #999999. Windows color (decimal): -6321942 or 15370399. OLE color: 15370399.

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

Color convert

RGB159136234-
CMYK0.320.4200.08
HSL254.08º70%72.55%-
HSV(B)254.08º41.88%91.76%-
XYZ37.9530.9281.81-
YUV154.05173.12131.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=30.06%
G=25.71%
B=44.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591362340.320.4200.08254.087072.55
Hex9F88EA202A08fe4649
Octal2372103524052010376106111
Binary100111111000100011101010100000101010010001111111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,234); }

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

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

 a { background-color: rgb(159,136,234); }

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

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

 span { border-color: rgb(159,136,234); }

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