#8028AD

Color #8028AD Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8028AD

Tints of Vivid Violet #8028AD

Color information

#8028AD (or 0x8028AD) is unknown color: approx Vivid Violet. HEX triplet: 80, 28 and AD. RGB value is (128,40,173). Sum of RGB (Red+Green+Blue) = 128+40+173=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8028AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AD is #7FD752. Grayscale: #515151. Windows color (decimal): -8378195 or 11348096. OLE color: 11348096.

HSL color Cylindrical-coordinate representation of color #8028AD: hue angle of 279.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8028AD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12840173-
CMYK0.260.7700.32
HSL279.7º62.44%41.76%-
HSV(B)279.7º76.88%67.84%-
XYZ17.29.1240.39-
YUV81.47179.65161.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=37.54%
G=11.73%
B=50.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128401730.260.7700.32279.762.4441.76
Hex8028AD1A4D0201183e2a
Octal20050255321150404307652
Binary10000000101000101011011101010011010100000100011000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8028AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8028AD; }

 p { color: rgb(128,40,173); }

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

<style>
 a { background-color: #8028AD; }

 a { background-color: rgb(128,40,173); }

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

<style>
 span { border-color: #8028AD; }

 span { border-color: rgb(128,40,173); }

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