#8E00F5

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

Shades of Dark Violet #8E00F5

Tints of Dark Violet #8E00F5

Color information

#8E00F5 (or 0x8E00F5) is unknown color: approx Dark Violet. HEX triplet: 8E, 00 and F5. RGB value is (142,0,245). Sum of RGB (Red+Green+Blue) = 142+0+245=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 245 (96.09% from 255 or 63.31% from 387); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E00F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00F5 is #71FF0A. Grayscale: #454545. Windows color (decimal): -7470859 or 16056462. OLE color: 16056462.

HSL color Cylindrical-coordinate representation of color #8E00F5: hue angle of 274.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00F5 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1420245-
CMYK0.42100.04
HSL274.78º100%48.04%-
HSV(B)274.78º100%96.08%-
XYZ27.6412.3487.31-
YUV70.39226.54179.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 245 (96.09% from 255) = 63.31%
R=36.69%
G=0%
B=63.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14202450.42100.04274.7810048.04
Hex8E0F52A64041136430
Octal2160365521440442314460
Binary10001110011110101101010110010001001000100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E00F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E00F5; }

 p { color: rgb(142,0,245); }

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

<style>
 a { background-color: #8E00F5; }

 a { background-color: rgb(142,0,245); }

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

<style>
 span { border-color: #8E00F5; }

 span { border-color: rgb(142,0,245); }

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