#8e0ecf

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

Shades of Dark Violet #8E0ECF

Tints of Dark Violet #8E0ECF

Color information

#8E0ECF (or 0x8E0ECF) is unknown color: approx Dark Violet. HEX triplet: 8E, 0E and CF. RGB value is (142,14,207). Sum of RGB (Red+Green+Blue) = 142+14+207=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E0ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0ECF is #71F130. Grayscale: #494949. Windows color (decimal): -7467313 or 13569678. OLE color: 13569678.

HSL color Cylindrical-coordinate representation of color #8E0ECF: hue angle of 279.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0ECF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14214207-
CMYK0.310.9300.19
HSL279.79º87.33%43.33%-
HSV(B)279.79º93.24%81.18%-
XYZ22.5710.5759.88-
YUV74.27202.91176.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 14 (5.86% from 255) = 3.86%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=39.12%
G=3.86%
B=57.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142142070.310.9300.19279.7987.3343.33
Hex8EECF1F5D013118572b
Octal216163173713502343012753
Binary100011101110110011111111110111010100111000110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e0ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,207); }

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

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

 a { background-color: rgb(142,14,207); }

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

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

 span { border-color: rgb(142,14,207); }

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