#9B87DB

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

Shades of Medium Purple #9B87DB

Tints of Medium Purple #9B87DB

Color information

#9B87DB (or 0x9B87DB) is unknown color: approx Medium Purple. HEX triplet: 9B, 87 and DB. RGB value is (155,135,219). Sum of RGB (Red+Green+Blue) = 155+135+219=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87DB is #647824. Grayscale: #969696. Windows color (decimal): -6584357 or 14387099. OLE color: 14387099.

HSL color Cylindrical-coordinate representation of color #9B87DB: hue angle of 254.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B87DB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155135219-
CMYK0.290.3800.14
HSL254.29º53.85%69.41%-
HSV(B)254.29º38.36%85.88%-
XYZ34.9729.4170.85-
YUV150.56166.63131.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=30.45%
G=26.52%
B=43.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551352190.290.3800.14254.2953.8569.41
Hex9B87DB1D260Efe3645
Octal233207333354601637666105
Binary1001101110000111110110111110110011001110111111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,219); }

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

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

 a { background-color: rgb(155,135,219); }

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

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

 span { border-color: rgb(155,135,219); }

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