#8E00F9

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

Shades of Dark Violet #8E00F9

Tints of Dark Violet #8E00F9

Color information

#8E00F9 (or 0x8E00F9) is unknown color: approx Dark Violet. HEX triplet: 8E, 00 and F9. RGB value is (142,0,249). Sum of RGB (Red+Green+Blue) = 142+0+249=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00F9 is #71FF06. Grayscale: #454545. Windows color (decimal): -7470855 or 16318606. OLE color: 16318606.

HSL color Cylindrical-coordinate representation of color #8E00F9: hue angle of 274.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00F9 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1420249-
CMYK0.43100.02
HSL274.22º100%48.82%-
HSV(B)274.22º100%97.65%-
XYZ28.2512.5990.56-
YUV70.84228.54178.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 63.68%
R=36.32%
G=0%
B=63.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14202490.43100.02274.2210048.82
Hex8E0F92B64021126431
Octal2160371531440242214461
Binary1000111001111100110101111001000101000100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E00F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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