#9B89B9

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

Shades of Cold Purple #9B89B9

Tints of Cold Purple #9B89B9

Color information

#9B89B9 (or 0x9B89B9) is unknown color: approx Cold Purple. HEX triplet: 9B, 89 and B9. RGB value is (155,137,185). Sum of RGB (Red+Green+Blue) = 155+137+185=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #9B89B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89B9 is #647646. Grayscale: #939393. Windows color (decimal): -6583879 or 12159387. OLE color: 12159387.

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

Color convert

RGB155137185-
CMYK0.160.2600.27
HSL262.5º25.53%63.14%-
HSV(B)262.5º25.95%72.55%-
XYZ31.2228.3649.73-
YUV147.85148.96133.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=32.49%
G=28.72%
B=38.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551371850.160.2600.27262.525.5363.14
Hex9B89B9101A01B1061a3f
Octal23321127120320334063277
Binary100110111000100110111001100001101001101110000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,185); }

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

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

 a { background-color: rgb(155,137,185); }

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

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

 span { border-color: rgb(155,137,185); }

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