#8614AE

Color #8614AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8614AE

Tints of Dark Violet #8614AE

Color information

#8614AE (or 0x8614AE) is unknown color: approx Dark Violet. HEX triplet: 86, 14 and AE. RGB value is (134,20,174). Sum of RGB (Red+Green+Blue) = 134+20+174=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #8614AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8614AE is #79EB51. Grayscale: #474747. Windows color (decimal): -7990098 or 11408518. OLE color: 11408518.

HSL color Cylindrical-coordinate representation of color #8614AE: hue angle of 284.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8614AE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13420174-
CMYK0.230.8900.32
HSL284.42º79.38%38.04%-
HSV(B)284.42º88.51%68.24%-
XYZ17.728.6240.78-
YUV71.64185.77172.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=40.85%
G=6.10%
B=53.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134201740.230.8900.32284.4279.3838.04
Hex8614AE175902011c4f26
Octal206242562713104043411746
Binary10000110101001010111010111101100101000001000111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8614AE; }

 p { color: rgb(134,20,174); }

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

<style>
 a { background-color: #8614AE; }

 a { background-color: rgb(134,20,174); }

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

<style>
 span { border-color: #8614AE; }

 span { border-color: rgb(134,20,174); }

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