#8003AE

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

Shades of Dark Violet #8003AE

Tints of Dark Violet #8003AE

Color information

#8003AE (or 0x8003AE) is unknown color: approx Dark Violet. HEX triplet: 80, 03 and AE. RGB value is (128,3,174). Sum of RGB (Red+Green+Blue) = 128+3+174=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #8003AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8003AE is #7FFC51. Grayscale: #3B3B3B. Windows color (decimal): -8387666 or 11404160. OLE color: 11404160.

HSL color Cylindrical-coordinate representation of color #8003AE: hue angle of 283.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8003AE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1283174-
CMYK0.260.9800.32
HSL283.86º96.61%34.71%-
HSV(B)283.86º98.28%68.24%-
XYZ16.577.7140.66-
YUV59.87192.41176.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=41.97%
G=0.98%
B=57.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12831740.260.9800.32283.8696.6134.71
Hex803AE1A6202011c6123
Octal20032563214204043414143
Binary10000000111010111011010110001001000001000111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8003AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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