#9288BF

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

Shades of Cold Purple #9288BF

Tints of Cold Purple #9288BF

Color information

#9288BF (or 0x9288BF) is unknown color: approx Cold Purple. HEX triplet: 92, 88 and BF. RGB value is (146,136,191). Sum of RGB (Red+Green+Blue) = 146+136+191=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #9288BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BF is #6D7740. Grayscale: #919191. Windows color (decimal): -7173953 or 12552338. OLE color: 12552338.

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

Color convert

RGB146136191-
CMYK0.240.2900.25
HSL250.91º30.05%64.12%-
HSV(B)250.91º28.8%74.9%-
XYZ30.0627.4853.01-
YUV145.26153.81128.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 191 (75% from 255) = 40.38%
R=30.87%
G=28.75%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461361910.240.2900.25250.9130.0564.12
Hex9288BF181D019fb1e40
Octal222210277303503137336100
Binary100100101000100010111111110001110101100111111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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