#9286BA

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

Shades of Cold Purple #9286BA

Tints of Cold Purple #9286BA

Color information

#9286BA (or 0x9286BA) is unknown color: approx Cold Purple. HEX triplet: 92, 86 and BA. RGB value is (146,134,186). Sum of RGB (Red+Green+Blue) = 146+134+186=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9286BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286BA is #6D7945. Grayscale: #8F8F8F. Windows color (decimal): -7174470 or 12224146. OLE color: 12224146.

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

Color convert

RGB146134186-
CMYK0.220.2800.27
HSL253.85º27.37%62.75%-
HSV(B)253.85º27.96%72.94%-
XYZ29.2426.7150.07-
YUV143.52151.98129.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=31.33%
G=28.76%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461341860.220.2800.27253.8527.3762.75
Hex9286BA161C01Bfe1b3f
Octal22220627226340333763377
Binary10010010100001101011101010110111000110111111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9286BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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