#8A07AE

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

Shades of Dark Violet #8A07AE

Tints of Dark Violet #8A07AE

Color information

#8A07AE (or 0x8A07AE) is unknown color: approx Dark Violet. HEX triplet: 8A, 07 and AE. RGB value is (138,7,174). Sum of RGB (Red+Green+Blue) = 138+7+174=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A07AE is #75F851. Grayscale: #404040. Windows color (decimal): -7731282 or 11405194. OLE color: 11405194.

HSL color Cylindrical-coordinate representation of color #8A07AE: hue angle of 287.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A07AE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1387174-
CMYK0.210.9600.32
HSL287.07º92.27%35.49%-
HSV(B)287.07º95.98%68.24%-
XYZ18.28.6140.75-
YUV65.21189.4179.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=43.26%
G=2.19%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13871740.210.9600.32287.0792.2735.49
Hex8A7AE156002011f5c23
Octal21272562514004043713443
Binary100010101111010111010101110000001000001000111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,174); }

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

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

 a { background-color: rgb(138,7,174); }

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

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

 span { border-color: rgb(138,7,174); }

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