#8F579E

Color #8F579E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8F579E

Tints of Violet Blue #8F579E

Color information

#8F579E (or 0x8F579E) is unknown color: approx Violet Blue. HEX triplet: 8F, 57 and 9E. RGB value is (143,87,158). Sum of RGB (Red+Green+Blue) = 143+87+158=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F579E is #70A861. Grayscale: #6F6F6F. Windows color (decimal): -7383138 or 10377103. OLE color: 10377103.

HSL color Cylindrical-coordinate representation of color #8F579E: hue angle of 287.32º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F579E is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14387158-
CMYK0.090.4500.38
HSL287.32º28.98%48.04%-
HSV(B)287.32º44.94%61.96%-
XYZ20.9115.1234.17-
YUV111.84154.05150.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=36.86%
G=22.42%
B=40.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143871580.090.4500.38287.3228.9848.04
Hex8F579E92D02611f1d30
Octal21712723611550464373560
Binary100011111010111100111101001101101010011010001111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,158); }

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

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

 a { background-color: rgb(143,87,158); }

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

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

 span { border-color: rgb(143,87,158); }

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