#800DE0

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

Shades of Dark Violet #800DE0

Tints of Dark Violet #800DE0

Color information

#800DE0 (or 0x800DE0) is unknown color: approx Dark Violet. HEX triplet: 80, 0D and E0. RGB value is (128,13,224). Sum of RGB (Red+Green+Blue) = 128+13+224=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #800DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DE0 is #7FF21F. Grayscale: #464646. Windows color (decimal): -8385056 or 14683520. OLE color: 14683520.

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

Color convert

RGB12813224-
CMYK0.430.9400.12
HSL272.7º89.03%46.47%-
HSV(B)272.7º94.2%87.84%-
XYZ22.510.2671.32-
YUV71.44214.1168.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 224 (87.89% from 255) = 61.37%
R=35.07%
G=3.56%
B=61.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128132240.430.9400.12272.789.0346.47
Hex80DE02B5E0C111592e
Octal200153405313601442113156
Binary100000001101111000001010111011110011001000100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,13,224); }

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

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

 a { background-color: rgb(128,13,224); }

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

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

 span { border-color: rgb(128,13,224); }

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