#8017A4

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

Shades of Vivid Violet #8017A4

Tints of Vivid Violet #8017A4

Color information

#8017A4 (or 0x8017A4) is unknown color: approx Vivid Violet. HEX triplet: 80, 17 and A4. RGB value is (128,23,164). Sum of RGB (Red+Green+Blue) = 128+23+164=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #8017A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8017A4 is #7FE85B. Grayscale: #464646. Windows color (decimal): -8382556 or 10753920. OLE color: 10753920.

HSL color Cylindrical-coordinate representation of color #8017A4: hue angle of 284.68º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8017A4 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12823164-
CMYK0.220.8600.36
HSL284.68º75.4%36.67%-
HSV(B)284.68º85.98%64.31%-
XYZ15.917.8835.8-
YUV70.47180.79169.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=40.63%
G=7.30%
B=52.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128231640.220.8600.36284.6875.436.67
Hex8017A4165602411d4b25
Octal200272442612604443511345
Binary10000000101111010010010110101011001001001000111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8017A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8017A4; }

 p { color: rgb(128,23,164); }

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

<style>
 a { background-color: #8017A4; }

 a { background-color: rgb(128,23,164); }

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

<style>
 span { border-color: #8017A4; }

 span { border-color: rgb(128,23,164); }

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