#8200DD

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

Shades of Dark Violet #8200DD

Tints of Dark Violet #8200DD

Color information

#8200DD (or 0x8200DD) is unknown color: approx Dark Violet. HEX triplet: 82, 00 and DD. RGB value is (130,0,221). Sum of RGB (Red+Green+Blue) = 130+0+221=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #8200DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200DD is #7DFF22. Grayscale: #3F3F3F. Windows color (decimal): -8257315 or 14483586. OLE color: 14483586.

HSL color Cylindrical-coordinate representation of color #8200DD: hue angle of 275.29º 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 #8200DD is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1300221-
CMYK0.41100.13
HSL275.29º100%43.33%-
HSV(B)275.29º100%86.67%-
XYZ22.269.9769.16-
YUV64.06216.57175.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 62.96%
R=37.04%
G=0%
B=62.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13002210.41100.13275.2910043.33
Hex820DD29640D113642b
Octal20203355114401542314453
Binary100000100110111011010011100100011011000100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8200DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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