#8613AE

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

Shades of Dark Violet #8613AE

Tints of Dark Violet #8613AE

Color information

#8613AE (or 0x8613AE) is unknown color: approx Dark Violet. HEX triplet: 86, 13 and AE. RGB value is (134,19,174). Sum of RGB (Red+Green+Blue) = 134+19+174=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #8613AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AE is #79EC51. Grayscale: #464646. Windows color (decimal): -7990354 or 11408262. OLE color: 11408262.

HSL color Cylindrical-coordinate representation of color #8613AE: hue angle of 284.52º degrees, saturation: 0.8, 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 #8613AE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13419174-
CMYK0.230.8900.32
HSL284.52º80.31%37.84%-
HSV(B)284.52º89.08%68.24%-
XYZ17.78.5940.77-
YUV71.05186.1172.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=40.98%
G=5.81%
B=53.21%

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
Decimal134191740.230.8900.32284.5280.3137.84
Hex8613AE175902011d5026
Octal206232562713104043512046
Binary10000110100111010111010111101100101000001000111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8613AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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