#9B87BF

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

Shades of Cold Purple #9B87BF

Tints of Cold Purple #9B87BF

Color information

#9B87BF (or 0x9B87BF) is unknown color: approx Cold Purple. HEX triplet: 9B, 87 and BF. RGB value is (155,135,191). Sum of RGB (Red+Green+Blue) = 155+135+191=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B87BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87BF is #647840. Grayscale: #939393. Windows color (decimal): -6584385 or 12552091. OLE color: 12552091.

HSL color Cylindrical-coordinate representation of color #9B87BF: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B87BF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155135191-
CMYK0.190.2900.25
HSL261.43º30.43%63.92%-
HSV(B)261.43º29.32%74.9%-
XYZ31.5928.0653.04-
YUV147.36152.63133.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 191 (75% from 255) = 39.71%
R=32.22%
G=28.07%
B=39.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551351910.190.2900.25261.4330.4363.92
Hex9B87BF131D0191051e40
Octal233207277233503140536100
Binary1001101110000111101111111001111101011001100000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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