#8027AE

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

Shades of Vivid Violet #8027AE

Tints of Vivid Violet #8027AE

Color information

#8027AE (or 0x8027AE) is unknown color: approx Vivid Violet. HEX triplet: 80, 27 and AE. RGB value is (128,39,174). Sum of RGB (Red+Green+Blue) = 128+39+174=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #8027AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8027AE is #7FD851. Grayscale: #505050. Windows color (decimal): -8378450 or 11413376. OLE color: 11413376.

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

Color convert

RGB12839174-
CMYK0.260.7800.32
HSL279.56º63.38%41.76%-
HSV(B)279.56º77.59%68.24%-
XYZ17.279.140.89-
YUV81180.49161.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=37.54%
G=11.44%
B=51.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128391740.260.7800.32279.5663.3841.76
Hex8027AE1A4E0201183f2a
Octal20047256321160404307752
Binary10000000100111101011101101010011100100000100011000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8027AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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