#8600D1

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

Shades of Dark Violet #8600D1

Tints of Dark Violet #8600D1

Color information

#8600D1 (or 0x8600D1) is unknown color: approx Dark Violet. HEX triplet: 86, 00 and D1. RGB value is (134,0,209). Sum of RGB (Red+Green+Blue) = 134+0+209=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #8600D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8600D1 is #79FF2E. Grayscale: #3F3F3F. Windows color (decimal): -7995183 or 13697158. OLE color: 13697158.

HSL color Cylindrical-coordinate representation of color #8600D1: hue angle of 278.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600D1 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1340209-
CMYK0.36100.18
HSL278.47º100%40.98%-
HSV(B)278.47º100%81.96%-
XYZ21.349.6761.06-
YUV63.89209.89178.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 60.93%
R=39.07%
G=0%
B=60.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13402090.36100.18278.4710040.98
Hex860D124640121166429
Octal20603214414402242614451
Binary1000011001101000110010011001000100101000101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8600D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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