#9289BD

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

Shades of Cold Purple #9289BD

Tints of Cold Purple #9289BD

Color information

#9289BD (or 0x9289BD) is unknown color: approx Cold Purple. HEX triplet: 92, 89 and BD. RGB value is (146,137,189). Sum of RGB (Red+Green+Blue) = 146+137+189=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9289BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BD is #6D7642. Grayscale: #919191. Windows color (decimal): -7173699 or 12421522. OLE color: 12421522.

HSL color Cylindrical-coordinate representation of color #9289BD: hue angle of 250.38º 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 #9289BD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146137189-
CMYK0.230.2800.26
HSL250.38º28.26%63.92%-
HSV(B)250.38º27.51%74.12%-
XYZ29.9927.6851.91-
YUV145.62152.48128.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=30.93%
G=29.03%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461371890.230.2800.26250.3828.2663.92
Hex9289BD171C01Afa1c40
Octal222211275273403237234100
Binary100100101000100110111101101111110001101011111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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