#8A10AF

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

Shades of Dark Violet #8A10AF

Tints of Dark Violet #8A10AF

Color information

#8A10AF (or 0x8A10AF) is unknown color: approx Dark Violet. HEX triplet: 8A, 10 and AF. RGB value is (138,16,175). Sum of RGB (Red+Green+Blue) = 138+16+175=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A10AF is #75EF50. Grayscale: #464646. Windows color (decimal): -7728977 or 11473034. OLE color: 11473034.

HSL color Cylindrical-coordinate representation of color #8A10AF: hue angle of 286.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A10AF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13816175-
CMYK0.210.9100.31
HSL286.04º83.25%37.45%-
HSV(B)286.04º90.86%68.63%-
XYZ18.48.8741.3-
YUV70.6186.92176.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=41.95%
G=4.86%
B=53.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138161750.210.9100.31286.0483.2537.45
Hex8A10AF155B01F11e5325
Octal212202572513303743612345
Binary1000101010000101011111010110110110111111000111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A10AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,16,175); }

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

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

 a { background-color: rgb(138,16,175); }

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

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

 span { border-color: rgb(138,16,175); }

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