#9B87BC

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

Shades of Cold Purple #9B87BC

Tints of Cold Purple #9B87BC

Color information

#9B87BC (or 0x9B87BC) is unknown color: approx Cold Purple. HEX triplet: 9B, 87 and BC. RGB value is (155,135,188). Sum of RGB (Red+Green+Blue) = 155+135+188=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87BC is #647843. Grayscale: #929292. Windows color (decimal): -6584388 or 12355483. OLE color: 12355483.

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

Color convert

RGB155135188-
CMYK0.180.2800.26
HSL262.64º28.34%63.33%-
HSV(B)262.64º28.19%73.73%-
XYZ31.2627.9351.32-
YUV147.02151.13133.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=32.43%
G=28.24%
B=39.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551351880.180.2800.26262.6428.3463.33
Hex9B87BC121C01A1071c3f
Octal23320727422340324073477
Binary100110111000011110111100100101110001101010000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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