#8A539A

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

Shades of Violet Blue #8A539A

Tints of Violet Blue #8A539A

Color information

#8A539A (or 0x8A539A) is unknown color: approx Violet Blue. HEX triplet: 8A, 53 and 9A. RGB value is (138,83,154). Sum of RGB (Red+Green+Blue) = 138+83+154=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539A is #75AC65. Grayscale: #6B6B6B. Windows color (decimal): -7711846 or 10113930. OLE color: 10113930.

HSL color Cylindrical-coordinate representation of color #8A539A: hue angle of 286.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A539A is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13883154-
CMYK0.100.4600.40
HSL286.48º29.96%46.47%-
HSV(B)286.48º46.1%60.39%-
XYZ19.4113.9232.24-
YUV107.54154.22149.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=36.8%
G=22.13%
B=41.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138831540.100.4600.40286.4829.9646.47
Hex8A539AA2E02811e1e2e
Octal21212323212560504363656
Binary100010101010011100110101010101110010100010001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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