#8A13AE

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

Shades of Dark Violet #8A13AE

Tints of Dark Violet #8A13AE

Color information

#8A13AE (or 0x8A13AE) is unknown color: approx Dark Violet. HEX triplet: 8A, 13 and AE. RGB value is (138,19,174). Sum of RGB (Red+Green+Blue) = 138+19+174=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A13AE is #75EC51. Grayscale: #474747. Windows color (decimal): -7728210 or 11408266. OLE color: 11408266.

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

Color convert

RGB13819174-
CMYK0.210.8900.32
HSL286.06º80.31%37.84%-
HSV(B)286.06º89.08%68.24%-
XYZ18.358.9340.8-
YUV72.25185.42174.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=41.69%
G=5.74%
B=52.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138191740.210.8900.32286.0680.3137.84
Hex8A13AE155902011e5026
Octal212232562513104043612046
Binary10001010100111010111010101101100101000001000111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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