#8F80BA

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

Shades of Cold Purple #8F80BA

Tints of Cold Purple #8F80BA

Color information

#8F80BA (or 0x8F80BA) is unknown color: approx Cold Purple. HEX triplet: 8F, 80 and BA. RGB value is (143,128,186). Sum of RGB (Red+Green+Blue) = 143+128+186=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BA is #707F45. Grayscale: #8A8A8A. Windows color (decimal): -7372614 or 12222607. OLE color: 12222607.

HSL color Cylindrical-coordinate representation of color #8F80BA: hue angle of 255.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F80BA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143128186-
CMYK0.230.3100.27
HSL255.52º29.59%61.57%-
HSV(B)255.52º31.18%72.94%-
XYZ27.9124.8249.77-
YUV139.1154.47130.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=31.29%
G=28.01%
B=40.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431281860.230.3100.27255.5229.5961.57
Hex8F80BA171F01B1001e3e
Octal21720027227370334003676
Binary100011111000000010111010101111111101101110000000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F80BA; }

 p { color: rgb(143,128,186); }

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

<style>
 a { background-color: #8F80BA; }

 a { background-color: rgb(143,128,186); }

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

<style>
 span { border-color: #8F80BA; }

 span { border-color: rgb(143,128,186); }

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