#8F83BA

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

Shades of Cold Purple #8F83BA

Tints of Cold Purple #8F83BA

Color information

#8F83BA (or 0x8F83BA) is unknown color: approx Cold Purple. HEX triplet: 8F, 83 and BA. RGB value is (143,131,186). Sum of RGB (Red+Green+Blue) = 143+131+186=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BA is #707C45. Grayscale: #8C8C8C. Windows color (decimal): -7371846 or 12223375. OLE color: 12223375.

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

Color convert

RGB143131186-
CMYK0.230.3000.27
HSL253.09º28.5%62.16%-
HSV(B)253.09º29.57%72.94%-
XYZ28.3125.6249.91-
YUV140.86153.48129.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=31.09%
G=28.48%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431311860.230.3000.27253.0928.562.16
Hex8F83BA171E01Bfd1c3e
Octal21720327227360333753476
Binary10001111100000111011101010111111100110111111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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