#8600AF

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

Shades of Dark Violet #8600AF

Tints of Dark Violet #8600AF

Color information

#8600AF (or 0x8600AF) is unknown color: approx Dark Violet. HEX triplet: 86, 00 and AF. RGB value is (134,0,175). Sum of RGB (Red+Green+Blue) = 134+0+175=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8600AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8600AF is #79FF50. Grayscale: #3B3B3B. Windows color (decimal): -7995217 or 11468934. OLE color: 11468934.

HSL color Cylindrical-coordinate representation of color #8600AF: hue angle of 285.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600AF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1340175-
CMYK0.23100.31
HSL285.94º100%34.31%-
HSV(B)285.94º100%68.63%-
XYZ17.578.1641.21-
YUV60.02192.89180.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=43.37%
G=0%
B=56.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13401750.23100.31285.9410034.31
Hex860AF176401F11e6422
Octal20602572714403743614442
Binary100001100101011111011111001000111111000111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8600AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8600AF; }

 p { color: rgb(134,0,175); }

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

<style>
 a { background-color: #8600AF; }

 a { background-color: rgb(134,0,175); }

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

<style>
 span { border-color: #8600AF; }

 span { border-color: rgb(134,0,175); }

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