#9B88E0

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

Shades of Medium Purple #9B88E0

Tints of Medium Purple #9B88E0

Color information

#9B88E0 (or 0x9B88E0) is unknown color: approx Medium Purple. HEX triplet: 9B, 88 and E0. RGB value is (155,136,224). Sum of RGB (Red+Green+Blue) = 155+136+224=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B88E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88E0 is #64771F. Grayscale: #979797. Windows color (decimal): -6584096 or 14715035. OLE color: 14715035.

HSL color Cylindrical-coordinate representation of color #9B88E0: hue angle of 252.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B88E0 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155136224-
CMYK0.310.3900.12
HSL252.95º58.67%70.59%-
HSV(B)252.95º39.29%87.84%-
XYZ35.7829.9674.42-
YUV151.71168.79130.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=30.10%
G=26.41%
B=43.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551362240.310.3900.12252.9558.6770.59
Hex9B88E01F270Cfd3b47
Octal233210340374701437573107
Binary1001101110001000111000001111110011101100111111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B88E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,224); }

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

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

 a { background-color: rgb(155,136,224); }

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

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

 span { border-color: rgb(155,136,224); }

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