#800EC0

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

Shades of Dark Violet #800EC0

Tints of Dark Violet #800EC0

Color information

#800EC0 (or 0x800EC0) is unknown color: approx Dark Violet. HEX triplet: 80, 0E and C0. RGB value is (128,14,192). Sum of RGB (Red+Green+Blue) = 128+14+192=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #800EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EC0 is #7FF13F. Grayscale: #434343. Windows color (decimal): -8384832 or 12586624. OLE color: 12586624.

HSL color Cylindrical-coordinate representation of color #800EC0: hue angle of 278.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800EC0 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12814192-
CMYK0.330.9300.25
HSL278.43º86.41%40.39%-
HSV(B)278.43º92.71%75.29%-
XYZ18.578.7150.57-
YUV68.38197.77170.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 192 (75.39% from 255) = 57.49%
R=38.32%
G=4.19%
B=57.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128141920.330.9300.25278.4386.4140.39
Hex80EC0215D0191165628
Octal200163004113503142612650
Binary1000000011101100000010000110111010110011000101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800EC0; }

 p { color: rgb(128,14,192); }

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

<style>
 a { background-color: #800EC0; }

 a { background-color: rgb(128,14,192); }

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

<style>
 span { border-color: #800EC0; }

 span { border-color: rgb(128,14,192); }

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