#8126AB

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

Shades of Vivid Violet #8126AB

Tints of Vivid Violet #8126AB

Color information

#8126AB (or 0x8126AB) is unknown color: approx Vivid Violet. HEX triplet: 81, 26 and AB. RGB value is (129,38,171). Sum of RGB (Red+Green+Blue) = 129+38+171=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8126AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8126AB is #7ED954. Grayscale: #4F4F4F. Windows color (decimal): -8313173 or 11216513. OLE color: 11216513.

HSL color Cylindrical-coordinate representation of color #8126AB: hue angle of 281.05º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8126AB is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12938171-
CMYK0.250.7800.33
HSL281.05º63.64%40.98%-
HSV(B)281.05º77.78%67.06%-
XYZ17.18.9939.36-
YUV80.37179.15162.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=38.17%
G=11.24%
B=50.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129381710.250.7800.33281.0563.6440.98
Hex8126AB194E0211194029
Octal201462533111604143110051
Binary100000011001101010101111001100111001000011000110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8126AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8126AB; }

 p { color: rgb(129,38,171); }

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

<style>
 a { background-color: #8126AB; }

 a { background-color: rgb(129,38,171); }

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

<style>
 span { border-color: #8126AB; }

 span { border-color: rgb(129,38,171); }

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