#8A1BA0

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

Shades of Vivid Violet #8A1BA0

Tints of Vivid Violet #8A1BA0

Color information

#8A1BA0 (or 0x8A1BA0) is unknown color: approx Vivid Violet. HEX triplet: 8A, 1B and A0. RGB value is (138,27,160). Sum of RGB (Red+Green+Blue) = 138+27+160=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A1BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1BA0 is #75E45F. Grayscale: #4A4A4A. Windows color (decimal): -7726176 or 10492810. OLE color: 10492810.

HSL color Cylindrical-coordinate representation of color #8A1BA0: hue angle of 290.08º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1BA0 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13827160-
CMYK0.140.8300.37
HSL290.08º71.12%36.67%-
HSV(B)290.08º83.13%62.75%-
XYZ17.228.7334.03-
YUV75.35175.77172.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=42.46%
G=8.31%
B=49.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138271600.140.8300.37290.0871.1236.67
Hex8A1BA0E530251224725
Octal212332401612304544210745
Binary1000101011011101000001110101001101001011001000101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,160); }

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

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

 a { background-color: rgb(138,27,160); }

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

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

 span { border-color: rgb(138,27,160); }

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