#9287BA

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

Shades of Cold Purple #9287BA

Tints of Cold Purple #9287BA

Color information

#9287BA (or 0x9287BA) is unknown color: approx Cold Purple. HEX triplet: 92, 87 and BA. RGB value is (146,135,186). Sum of RGB (Red+Green+Blue) = 146+135+186=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9287BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287BA is #6D7845. Grayscale: #8F8F8F. Windows color (decimal): -7174214 or 12224402. OLE color: 12224402.

HSL color Cylindrical-coordinate representation of color #9287BA: hue angle of 252.94º 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 #9287BA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146135186-
CMYK0.220.2700.27
HSL252.94º26.98%62.94%-
HSV(B)252.94º27.42%72.94%-
XYZ29.3826.9850.11-
YUV144.1151.64129.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=31.26%
G=28.91%
B=39.83%

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
Decimal1461351860.220.2700.27252.9426.9862.94
Hex9287BA161B01Bfd1b3f
Octal22220727226330333753377
Binary10010010100001111011101010110110110110111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9287BA; }

 p { color: rgb(146,135,186); }

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

<style>
 a { background-color: #9287BA; }

 a { background-color: rgb(146,135,186); }

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

<style>
 span { border-color: #9287BA; }

 span { border-color: rgb(146,135,186); }

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