#8628AB

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

Shades of Vivid Violet #8628AB

Tints of Vivid Violet #8628AB

Color information

#8628AB (or 0x8628AB) is unknown color: approx Vivid Violet. HEX triplet: 86, 28 and AB. RGB value is (134,40,171). Sum of RGB (Red+Green+Blue) = 134+40+171=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #8628AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8628AB is #79D754. Grayscale: #525252. Windows color (decimal): -7984981 or 11217030. OLE color: 11217030.

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

Color convert

RGB13440171-
CMYK0.220.7700.33
HSL283.05º62.09%41.37%-
HSV(B)283.05º76.61%67.06%-
XYZ17.949.5339.42-
YUV83.04177.64164.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=38.84%
G=11.59%
B=49.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134401710.220.7700.33283.0562.0941.37
Hex8628AB164D02111b3e29
Octal20650253261150414337651
Binary10000110101000101010111011010011010100001100011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8628AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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