#9288BB

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

Shades of Cold Purple #9288BB

Tints of Cold Purple #9288BB

Color information

#9288BB (or 0x9288BB) is unknown color: approx Cold Purple. HEX triplet: 92, 88 and BB. RGB value is (146,136,187). Sum of RGB (Red+Green+Blue) = 146+136+187=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9288BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BB is #6D7744. Grayscale: #909090. Windows color (decimal): -7173957 or 12290194. OLE color: 12290194.

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

Color convert

RGB146136187-
CMYK0.220.2700.27
HSL251.76º27.27%63.33%-
HSV(B)251.76º27.27%73.33%-
XYZ29.6327.3150.72-
YUV144.8151.81128.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=31.13%
G=29.00%
B=39.87%

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
Decimal1461361870.220.2700.27251.7627.2763.33
Hex9288BB161B01Bfc1b3f
Octal22221027326330333743377
Binary10010010100010001011101110110110110110111111110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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