#8000D6

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

Shades of Dark Violet #8000D6

Tints of Dark Violet #8000D6

Color information

#8000D6 (or 0x8000D6) is unknown color: approx Dark Violet. HEX triplet: 80, 00 and D6. RGB value is (128,0,214). Sum of RGB (Red+Green+Blue) = 128+0+214=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #8000D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000D6 is #7FFF29. Grayscale: #3D3D3D. Windows color (decimal): -8388394 or 14024832. OLE color: 14024832.

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

Color convert

RGB1280214-
CMYK0.40100.16
HSL275.89º100%41.96%-
HSV(B)275.89º100%83.92%-
XYZ21.049.4464.33-
YUV62.67213.41174.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 214 (83.98% from 255) = 62.57%
R=37.43%
G=0%
B=62.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12802140.40100.16275.8910041.96
Hex800D62864010114642a
Octal20003265014402042414452
Binary1000000001101011010100011001000100001000101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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