#8A539E

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

Shades of Violet Blue #8A539E

Tints of Violet Blue #8A539E

Color information

#8A539E (or 0x8A539E) is unknown color: approx Violet Blue. HEX triplet: 8A, 53 and 9E. RGB value is (138,83,158). Sum of RGB (Red+Green+Blue) = 138+83+158=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539E is #75AC61. Grayscale: #6B6B6B. Windows color (decimal): -7711842 or 10376074. OLE color: 10376074.

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

Color convert

RGB13883158-
CMYK0.130.4700.38
HSL284º31.12%47.25%-
HSV(B)284º47.47%61.96%-
XYZ19.7514.0634.02-
YUV108156.22149.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=36.41%
G=21.90%
B=41.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138831580.130.4700.3828431.1247.25
Hex8A539ED2F02611c1f2f
Octal21212323615570464343757
Binary100010101010011100111101101101111010011010001110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,158); }

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

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

 a { background-color: rgb(138,83,158); }

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

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

 span { border-color: rgb(138,83,158); }

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