#8A27AC

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

Shades of Vivid Violet #8A27AC

Tints of Vivid Violet #8A27AC

Color information

#8A27AC (or 0x8A27AC) is unknown color: approx Vivid Violet. HEX triplet: 8A, 27 and AC. RGB value is (138,39,172). Sum of RGB (Red+Green+Blue) = 138+39+172=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A27AC is #75D853. Grayscale: #535353. Windows color (decimal): -7723092 or 11282314. OLE color: 11282314.

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

Color convert

RGB13839172-
CMYK0.200.7700.33
HSL284.66º63.03%41.37%-
HSV(B)284.66º77.33%67.45%-
XYZ18.659.8339.94-
YUV83.76177.8166.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=39.54%
G=11.17%
B=49.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138391720.200.7700.33284.6663.0341.37
Hex8A27AC144D02111d3f29
Octal21247254241150414357751
Binary10001010100111101011001010010011010100001100011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A27AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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