#8226AB

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

Shades of Vivid Violet #8226AB

Tints of Vivid Violet #8226AB

Color information

#8226AB (or 0x8226AB) is unknown color: approx Vivid Violet. HEX triplet: 82, 26 and AB. RGB value is (130,38,171). Sum of RGB (Red+Green+Blue) = 130+38+171=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8226AB is #7DD954. Grayscale: #505050. Windows color (decimal): -8247637 or 11216514. OLE color: 11216514.

HSL color Cylindrical-coordinate representation of color #8226AB: hue angle of 281.5º 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 #8226AB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13038171-
CMYK0.240.7800.33
HSL281.5º63.64%40.98%-
HSV(B)281.5º77.78%67.06%-
XYZ17.259.0739.37-
YUV80.67178.98163.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=38.35%
G=11.21%
B=50.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130381710.240.7800.33281.563.6440.98
Hex8226AB184E02111a4029
Octal202462533011604143210051
Binary100000101001101010101111000100111001000011000110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8226AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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