#8C539F

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

Shades of Violet Blue #8C539F

Tints of Violet Blue #8C539F

Color information

#8C539F (or 0x8C539F) is unknown color: approx Violet Blue. HEX triplet: 8C, 53 and 9F. RGB value is (140,83,159). Sum of RGB (Red+Green+Blue) = 140+83+159=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C539F is #73AC60. Grayscale: #6C6C6C. Windows color (decimal): -7580769 or 10441612. OLE color: 10441612.

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

Color convert

RGB14083159-
CMYK0.120.4800.38
HSL285º31.4%47.45%-
HSV(B)285º47.8%62.35%-
XYZ20.1714.2734.49-
YUV108.71156.38150.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=36.65%
G=21.73%
B=41.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140831590.120.4800.3828531.447.45
Hex8C539FC3002611d1f2f
Octal21412323714600464353757
Binary100011001010011100111111100110000010011010001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,159); }

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

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

 a { background-color: rgb(140,83,159); }

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

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

 span { border-color: rgb(140,83,159); }

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