#8A17AC

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

Shades of Vivid Violet #8A17AC

Tints of Vivid Violet #8A17AC

Color information

#8A17AC (or 0x8A17AC) is unknown color: approx Vivid Violet. HEX triplet: 8A, 17 and AC. RGB value is (138,23,172). Sum of RGB (Red+Green+Blue) = 138+23+172=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A17AC is #75E853. Grayscale: #494949. Windows color (decimal): -7727188 or 11278218. OLE color: 11278218.

HSL color Cylindrical-coordinate representation of color #8A17AC: hue angle of 286.31º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A17AC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13823172-
CMYK0.200.8700.33
HSL286.31º76.41%38.24%-
HSV(B)286.31º86.63%67.45%-
XYZ18.238.9939.8-
YUV74.37183.1173.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=41.44%
G=6.91%
B=51.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138231720.200.8700.33286.3176.4138.24
Hex8A17AC145702111e4c26
Octal212272542412704143611446
Binary10001010101111010110010100101011101000011000111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,172); }

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

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

 a { background-color: rgb(138,23,172); }

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

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

 span { border-color: rgb(138,23,172); }

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