#8620AB

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

Shades of Vivid Violet #8620AB

Tints of Vivid Violet #8620AB

Color information

#8620AB (or 0x8620AB) is unknown color: approx Vivid Violet. HEX triplet: 86, 20 and AB. RGB value is (134,32,171). Sum of RGB (Red+Green+Blue) = 134+32+171=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #8620AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8620AB is #79DF54. Grayscale: #4D4D4D. Windows color (decimal): -7987029 or 11214982. OLE color: 11214982.

HSL color Cylindrical-coordinate representation of color #8620AB: hue angle of 284.03º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8620AB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13432171-
CMYK0.220.8100.33
HSL284.03º68.47%39.8%-
HSV(B)284.03º81.29%67.06%-
XYZ17.79.0439.34-
YUV78.34180.29167.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=39.76%
G=9.50%
B=50.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134321710.220.8100.33284.0368.4739.8
Hex8620AB165102111c4428
Octal206402532612104143410450
Binary100001101000001010101110110101000101000011000111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8620AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,32,171); }

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

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

 a { background-color: rgb(134,32,171); }

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

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

 span { border-color: rgb(134,32,171); }

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