#9B88E5

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

Shades of Medium Purple #9B88E5

Tints of Medium Purple #9B88E5

Color information

#9B88E5 (or 0x9B88E5) is unknown color: approx Medium Purple. HEX triplet: 9B, 88 and E5. RGB value is (155,136,229). Sum of RGB (Red+Green+Blue) = 155+136+229=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B88E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88E5 is #64771A. Grayscale: #979797. Windows color (decimal): -6584091 or 15042715. OLE color: 15042715.

HSL color Cylindrical-coordinate representation of color #9B88E5: hue angle of 252.26º 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 #9B88E5 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB155136229-
CMYK0.320.4100.10
HSL252.26º64.14%71.57%-
HSV(B)252.26º40.61%89.8%-
XYZ36.4630.2378.04-
YUV152.28171.29129.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=29.81%
G=26.15%
B=44.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1551362290.320.4100.10252.2664.1471.57
Hex9B88E520290Afc4048
Octal2332103454051012374100110
Binary100110111000100011100101100000101001010101111110010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B88E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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