#8617AB

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

Shades of Vivid Violet #8617AB

Tints of Vivid Violet #8617AB

Color information

#8617AB (or 0x8617AB) is unknown color: approx Vivid Violet. HEX triplet: 86, 17 and AB. RGB value is (134,23,171). Sum of RGB (Red+Green+Blue) = 134+23+171=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8617AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8617AB is #79E854. Grayscale: #484848. Windows color (decimal): -7989333 or 11212678. OLE color: 11212678.

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

Color convert

RGB13423171-
CMYK0.220.8700.33
HSL285º76.29%38.04%-
HSV(B)285º86.55%67.06%-
XYZ17.498.6239.27-
YUV73.06183.27171.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 23 (9.38% from 255) = 7.01%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=40.85%
G=7.01%
B=52.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134231710.220.8700.3328576.2938.04
Hex8617AB165702111d4c26
Octal206272532612704143511446
Binary10000110101111010101110110101011101000011000111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8617AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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