#8600ED

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

Shades of Dark Violet #8600ED

Tints of Dark Violet #8600ED

Color information

#8600ED (or 0x8600ED) is unknown color: approx Dark Violet. HEX triplet: 86, 00 and ED. RGB value is (134,0,237). Sum of RGB (Red+Green+Blue) = 134+0+237=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #8600ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8600ED is #79FF12. Grayscale: #424242. Windows color (decimal): -7995155 or 15532166. OLE color: 15532166.

HSL color Cylindrical-coordinate representation of color #8600ED: hue angle of 273.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600ED is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1340237-
CMYK0.43100.07
HSL273.92º100%46.47%-
HSV(B)273.92º100%92.94%-
XYZ25.1211.1880.96-
YUV67.08223.89175.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 63.88%
R=36.12%
G=0%
B=63.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13402370.43100.07273.9210046.47
Hex860ED2B6407112642e
Octal2060355531440742214456
Binary10000110011101101101011110010001111000100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8600ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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