#9B87DC

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

Shades of Medium Purple #9B87DC

Tints of Medium Purple #9B87DC

Color information

#9B87DC (or 0x9B87DC) is unknown color: approx Medium Purple. HEX triplet: 9B, 87 and DC. RGB value is (155,135,220). Sum of RGB (Red+Green+Blue) = 155+135+220=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87DC is #647823. Grayscale: #969696. Windows color (decimal): -6584356 or 14452635. OLE color: 14452635.

HSL color Cylindrical-coordinate representation of color #9B87DC: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B87DC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155135220-
CMYK0.300.3900.14
HSL254.12º54.84%69.61%-
HSV(B)254.12º38.64%86.27%-
XYZ35.129.4671.55-
YUV150.67167.13131.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=30.39%
G=26.47%
B=43.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551352200.300.3900.14254.1254.8469.61
Hex9B87DC1E270Efe3746
Octal233207334364701637667106
Binary1001101110000111110111001111010011101110111111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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