#800AD3

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

Shades of Dark Violet #800AD3

Tints of Dark Violet #800AD3

Color information

#800AD3 (or 0x800AD3) is unknown color: approx Dark Violet. HEX triplet: 80, 0A and D3. RGB value is (128,10,211). Sum of RGB (Red+Green+Blue) = 128+10+211=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #800AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AD3 is #7FF52C. Grayscale: #434343. Windows color (decimal): -8385837 or 13830784. OLE color: 13830784.

HSL color Cylindrical-coordinate representation of color #800AD3: hue angle of 275.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800AD3 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12810211-
CMYK0.390.9500.17
HSL275.22º90.95%43.33%-
HSV(B)275.22º95.26%82.75%-
XYZ20.779.5162.37-
YUV68.2208.59170.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 211 (82.81% from 255) = 60.46%
R=36.68%
G=2.87%
B=60.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128102110.390.9500.17275.2290.9543.33
Hex80AD3275F0111135b2b
Octal200123234713702142313353
Binary1000000010101101001110011110111110100011000100111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,10,211); }

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

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

 a { background-color: rgb(128,10,211); }

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

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

 span { border-color: rgb(128,10,211); }

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