#8E00BF

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

Shades of Dark Violet #8E00BF

Tints of Dark Violet #8E00BF

Color information

#8E00BF (or 0x8E00BF) is unknown color: approx Dark Violet. HEX triplet: 8E, 00 and BF. RGB value is (142,0,191). Sum of RGB (Red+Green+Blue) = 142+0+191=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00BF is #71FF40. Grayscale: #3F3F3F. Windows color (decimal): -7470913 or 12517518. OLE color: 12517518.

HSL color Cylindrical-coordinate representation of color #8E00BF: hue angle of 284.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00BF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1420191-
CMYK0.26100.25
HSL284.61º100%37.45%-
HSV(B)284.61º100%74.9%-
XYZ20.569.5150.04-
YUV64.23199.54183.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 57.36%
R=42.64%
G=0%
B=57.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14201910.26100.25284.6110037.45
Hex8E0BF1A6401911d6425
Octal21602773214403143514445
Binary100011100101111111101011001000110011000111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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