#800edf

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

Shades of Dark Violet #800EDF

Tints of Dark Violet #800EDF

Color information

#800EDF (or 0x800EDF) is unknown color: approx Dark Violet. HEX triplet: 80, 0E and DF. RGB value is (128,14,223). Sum of RGB (Red+Green+Blue) = 128+14+223=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #800EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EDF is #7FF120. Grayscale: #474747. Windows color (decimal): -8384801 or 14618240. OLE color: 14618240.

HSL color Cylindrical-coordinate representation of color #800EDF: hue angle of 272.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EDF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12814223-
CMYK0.430.9400.13
HSL272.73º88.19%46.47%-
HSV(B)272.73º93.72%87.45%-
XYZ22.3810.2370.61-
YUV71.91213.27168.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 14 (5.86% from 255) = 3.84%
BLUE value IS 223 (87.5% from 255) = 61.10%
R=35.07%
G=3.84%
B=61.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128142230.430.9400.13272.7388.1946.47
Hex80EDF2B5E0D111582e
Octal200163375313601542113056
Binary100000001110110111111010111011110011011000100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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