#8A509C

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

Shades of Vivid Violet #8A509C

Tints of Vivid Violet #8A509C

Color information

#8A509C (or 0x8A509C) is unknown color: approx Vivid Violet. HEX triplet: 8A, 50 and 9C. RGB value is (138,80,156). Sum of RGB (Red+Green+Blue) = 138+80+156=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A509C is #75AF63. Grayscale: #696969. Windows color (decimal): -7712612 or 10244234. OLE color: 10244234.

HSL color Cylindrical-coordinate representation of color #8A509C: hue angle of 285.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A509C is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13880156-
CMYK0.120.4900.39
HSL285.79º32.2%46.27%-
HSV(B)285.79º48.72%61.18%-
XYZ19.3513.5433.05-
YUV106.01156.22150.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=36.90%
G=21.39%
B=41.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138801560.120.4900.39285.7932.246.27
Hex8A509CC3102711e202e
Octal21212023414610474364056
Binary1000101010100001001110011001100010100111100011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,156); }

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

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

 a { background-color: rgb(138,80,156); }

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

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

 span { border-color: rgb(138,80,156); }

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