#9289BF

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

Shades of Cold Purple #9289BF

Tints of Cold Purple #9289BF

Color information

#9289BF (or 0x9289BF) is unknown color: approx Cold Purple. HEX triplet: 92, 89 and BF. RGB value is (146,137,191). Sum of RGB (Red+Green+Blue) = 146+137+191=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9289BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BF is #6D7640. Grayscale: #919191. Windows color (decimal): -7173697 or 12552594. OLE color: 12552594.

HSL color Cylindrical-coordinate representation of color #9289BF: hue angle of 250º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9289BF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146137191-
CMYK0.240.2800.25
HSL250º29.67%64.31%-
HSV(B)250º28.27%74.9%-
XYZ30.227.7653.06-
YUV145.85153.48128.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 40.30%
R=30.80%
G=28.90%
B=40.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461371910.240.2800.2525029.6764.31
Hex9289BF181C019fa1e40
Octal222211277303403137236100
Binary100100101000100110111111110001110001100111111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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