#8026A6

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

Shades of Vivid Violet #8026A6

Tints of Vivid Violet #8026A6

Color information

#8026A6 (or 0x8026A6) is unknown color: approx Vivid Violet. HEX triplet: 80, 26 and A6. RGB value is (128,38,166). Sum of RGB (Red+Green+Blue) = 128+38+166=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #8026A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8026A6 is #7FD959. Grayscale: #4F4F4F. Windows color (decimal): -8378714 or 10888832. OLE color: 10888832.

HSL color Cylindrical-coordinate representation of color #8026A6: hue angle of 282.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8026A6 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12838166-
CMYK0.230.7700.35
HSL282.19º62.75%40%-
HSV(B)282.19º77.11%65.1%-
XYZ16.488.7336.89-
YUV79.5176.82162.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 166 (65.23% from 255) = 50%
R=38.55%
G=11.45%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128381660.230.7700.35282.1962.7540
Hex8026A6174D02311a3f28
Octal20046246271150434327750
Binary10000000100110101001101011110011010100011100011010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8026A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8026A6; }

 p { color: rgb(128,38,166); }

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

<style>
 a { background-color: #8026A6; }

 a { background-color: rgb(128,38,166); }

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

<style>
 span { border-color: #8026A6; }

 span { border-color: rgb(128,38,166); }

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