#8000DD

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

Shades of Dark Violet #8000DD

Tints of Dark Violet #8000DD

Color information

#8000DD (or 0x8000DD) is unknown color: approx Dark Violet. HEX triplet: 80, 00 and DD. RGB value is (128,0,221). Sum of RGB (Red+Green+Blue) = 128+0+221=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #8000DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000DD is #7FFF22. Grayscale: #3E3E3E. Windows color (decimal): -8388387 or 14483584. OLE color: 14483584.

HSL color Cylindrical-coordinate representation of color #8000DD: hue angle of 274.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000DD is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1280221-
CMYK0.42100.13
HSL274.75º100%43.33%-
HSV(B)274.75º100%86.67%-
XYZ21.959.8169.14-
YUV63.47216.91174.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 63.32%
R=36.68%
G=0%
B=63.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12802210.42100.13274.7510043.33
Hex800DD2A640D113642b
Octal20003355214401542314453
Binary100000000110111011010101100100011011000100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8000DD; }

 p { color: rgb(128,0,221); }

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

<style>
 a { background-color: #8000DD; }

 a { background-color: rgb(128,0,221); }

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

<style>
 span { border-color: #8000DD; }

 span { border-color: rgb(128,0,221); }

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