#9289BB

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

Shades of Cold Purple #9289BB

Tints of Cold Purple #9289BB

Color information

#9289BB (or 0x9289BB) is unknown color: approx Cold Purple. HEX triplet: 92, 89 and BB. RGB value is (146,137,187). Sum of RGB (Red+Green+Blue) = 146+137+187=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9289BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BB is #6D7644. Grayscale: #919191. Windows color (decimal): -7173701 or 12290450. OLE color: 12290450.

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

Color convert

RGB146137187-
CMYK0.220.2700.27
HSL250.8º26.88%63.53%-
HSV(B)250.8º26.74%73.33%-
XYZ29.7727.5950.77-
YUV145.39151.48128.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=31.06%
G=29.15%
B=39.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461371870.220.2700.27250.826.8863.53
Hex9289BB161B01Bfb1b40
Octal222211273263303337333100
Binary100100101000100110111011101101101101101111111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9289BB; }

 p { color: rgb(146,137,187); }

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

<style>
 a { background-color: #9289BB; }

 a { background-color: rgb(146,137,187); }

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

<style>
 span { border-color: #9289BB; }

 span { border-color: rgb(146,137,187); }

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