#9B87BB

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

Shades of Cold Purple #9B87BB

Tints of Cold Purple #9B87BB

Color information

#9B87BB (or 0x9B87BB) is unknown color: approx Cold Purple. HEX triplet: 9B, 87 and BB. RGB value is (155,135,187). Sum of RGB (Red+Green+Blue) = 155+135+187=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B87BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87BB is #647844. Grayscale: #929292. Windows color (decimal): -6584389 or 12289947. OLE color: 12289947.

HSL color Cylindrical-coordinate representation of color #9B87BB: hue angle of 263.08º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B87BB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155135187-
CMYK0.170.2800.27
HSL263.08º27.66%63.14%-
HSV(B)263.08º27.81%73.33%-
XYZ31.1527.8850.75-
YUV146.91150.63133.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=32.49%
G=28.30%
B=39.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551351870.170.2800.27263.0827.6663.14
Hex9B87BB111C01B1071c3f
Octal23320727321340334073477
Binary100110111000011110111011100011110001101110000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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