#9B88BA

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

Shades of Cold Purple #9B88BA

Tints of Cold Purple #9B88BA

Color information

#9B88BA (or 0x9B88BA) is unknown color: approx Cold Purple. HEX triplet: 9B, 88 and BA. RGB value is (155,136,186). Sum of RGB (Red+Green+Blue) = 155+136+186=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88BA is #647745. Grayscale: #939393. Windows color (decimal): -6584134 or 12224667. OLE color: 12224667.

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

Color convert

RGB155136186-
CMYK0.170.2700.27
HSL262.8º26.6%63.14%-
HSV(B)262.8º26.88%72.94%-
XYZ31.1828.1250.24-
YUV147.38149.79133.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=32.49%
G=28.51%
B=38.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551361860.170.2700.27262.826.663.14
Hex9B88BA111B01B1071b3f
Octal23321027221330334073377
Binary100110111000100010111010100011101101101110000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,186); }

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

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

 a { background-color: rgb(155,136,186); }

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

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

 span { border-color: rgb(155,136,186); }

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