#8F84BA

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

Shades of Cold Purple #8F84BA

Tints of Cold Purple #8F84BA

Color information

#8F84BA (or 0x8F84BA) is unknown color: approx Cold Purple. HEX triplet: 8F, 84 and BA. RGB value is (143,132,186). Sum of RGB (Red+Green+Blue) = 143+132+186=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84BA is #707B45. Grayscale: #8D8D8D. Windows color (decimal): -7371590 or 12223631. OLE color: 12223631.

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

Color convert

RGB143132186-
CMYK0.230.2900.27
HSL252.22º28.12%62.35%-
HSV(B)252.22º29.03%72.94%-
XYZ28.4425.8949.95-
YUV141.44153.14129.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=31.02%
G=28.63%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431321860.230.2900.27252.2228.1262.35
Hex8F84BA171D01Bfc1c3e
Octal21720427227350333743476
Binary10001111100001001011101010111111010110111111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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