#9B88BC

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

Shades of Cold Purple #9B88BC

Tints of Cold Purple #9B88BC

Color information

#9B88BC (or 0x9B88BC) is unknown color: approx Cold Purple. HEX triplet: 9B, 88 and BC. RGB value is (155,136,188). Sum of RGB (Red+Green+Blue) = 155+136+188=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88BC is #647743. Grayscale: #939393. Windows color (decimal): -6584132 or 12355739. OLE color: 12355739.

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

Color convert

RGB155136188-
CMYK0.180.2800.26
HSL261.92º27.96%63.53%-
HSV(B)261.92º27.66%73.73%-
XYZ31.428.2151.37-
YUV147.61150.79133.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=32.36%
G=28.39%
B=39.25%

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
Decimal1551361880.180.2800.26261.9227.9663.53
Hex9B88BC121C01A1061c40
Octal233210274223403240634100
Binary1001101110001000101111001001011100011010100000110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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