#9289BC

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

Shades of Cold Purple #9289BC

Tints of Cold Purple #9289BC

Color information

#9289BC (or 0x9289BC) is unknown color: approx Cold Purple. HEX triplet: 92, 89 and BC. RGB value is (146,137,188). Sum of RGB (Red+Green+Blue) = 146+137+188=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9289BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BC is #6D7643. Grayscale: #919191. Windows color (decimal): -7173700 or 12355986. OLE color: 12355986.

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

Color convert

RGB146137188-
CMYK0.220.2700.26
HSL250.59º27.57%63.73%-
HSV(B)250.59º27.13%73.73%-
XYZ29.8827.6351.34-
YUV145.5151.98128.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=31.00%
G=29.09%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461371880.220.2700.26250.5927.5763.73
Hex9289BC161B01Afb1c40
Octal222211274263303237334100
Binary100100101000100110111100101101101101101011111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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