#8027A8

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

Shades of Vivid Violet #8027A8

Tints of Vivid Violet #8027A8

Color information

#8027A8 (or 0x8027A8) is unknown color: approx Vivid Violet. HEX triplet: 80, 27 and A8. RGB value is (128,39,168). Sum of RGB (Red+Green+Blue) = 128+39+168=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #8027A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8027A8 is #7FD857. Grayscale: #4F4F4F. Windows color (decimal): -8378456 or 11020160. OLE color: 11020160.

HSL color Cylindrical-coordinate representation of color #8027A8: hue angle of 281.4º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8027A8 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12839168-
CMYK0.240.7700.34
HSL281.4º62.32%40.59%-
HSV(B)281.4º76.79%65.88%-
XYZ16.78.8737.88-
YUV80.32177.49162.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 168 (66.02% from 255) = 50.15%
R=38.21%
G=11.64%
B=50.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128391680.240.7700.34281.462.3240.59
Hex8027A8184D0221193e29
Octal20047250301150424317651
Binary10000000100111101010001100010011010100010100011001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8027A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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