#8A529A

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

Shades of Vivid Violet #8A529A

Tints of Vivid Violet #8A529A

Color information

#8A529A (or 0x8A529A) is unknown color: approx Vivid Violet. HEX triplet: 8A, 52 and 9A. RGB value is (138,82,154). Sum of RGB (Red+Green+Blue) = 138+82+154=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A529A is #75AD65. Grayscale: #6A6A6A. Windows color (decimal): -7712102 or 10113674. OLE color: 10113674.

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

Color convert

RGB13882154-
CMYK0.100.4700.40
HSL286.67º30.51%46.27%-
HSV(B)286.67º46.75%60.39%-
XYZ19.3313.7732.21-
YUV106.95154.55150.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=36.90%
G=21.93%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138821540.100.4700.40286.6730.5146.27
Hex8A529AA2F02811f1f2e
Octal21212223212570504373756
Binary100010101010010100110101010101111010100010001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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