#8003D0

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

Shades of Dark Violet #8003D0

Tints of Dark Violet #8003D0

Color information

#8003D0 (or 0x8003D0) is unknown color: approx Dark Violet. HEX triplet: 80, 03 and D0. RGB value is (128,3,208). Sum of RGB (Red+Green+Blue) = 128+3+208=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #8003D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003D0 is #7FFC2F. Grayscale: #3F3F3F. Windows color (decimal): -8387632 or 13632384. OLE color: 13632384.

HSL color Cylindrical-coordinate representation of color #8003D0: hue angle of 276.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8003D0 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1283208-
CMYK0.380.9900.18
HSL276.59º97.16%41.37%-
HSV(B)276.59º98.56%81.57%-
XYZ20.329.2160.38-
YUV63.74209.41173.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 208 (81.64% from 255) = 61.36%
R=37.76%
G=0.88%
B=61.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12832080.380.9900.18276.5997.1641.37
Hex803D026630121156129
Octal20033204614302242514151
Binary10000000111101000010011011000110100101000101011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8003D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8003D0; }

 p { color: rgb(128,3,208); }

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

<style>
 a { background-color: #8003D0; }

 a { background-color: rgb(128,3,208); }

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

<style>
 span { border-color: #8003D0; }

 span { border-color: rgb(128,3,208); }

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