#801EA0

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

Shades of Vivid Violet #801EA0

Tints of Vivid Violet #801EA0

Color information

#801EA0 (or 0x801EA0) is unknown color: approx Vivid Violet. HEX triplet: 80, 1E and A0. RGB value is (128,30,160). Sum of RGB (Red+Green+Blue) = 128+30+160=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #801EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801EA0 is #7FE15F. Grayscale: #494949. Windows color (decimal): -8380768 or 10493568. OLE color: 10493568.

HSL color Cylindrical-coordinate representation of color #801EA0: hue angle of 285.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801EA0 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12830160-
CMYK0.200.8100.37
HSL285.23º68.42%37.25%-
HSV(B)285.23º81.25%62.75%-
XYZ15.718.0633.98-
YUV74.12176.47166.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=40.25%
G=9.43%
B=50.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128301600.200.8100.37285.2368.4237.25
Hex801EA0145102511d4425
Octal200362402412104543510445
Binary10000000111101010000010100101000101001011000111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801EA0; }

 p { color: rgb(128,30,160); }

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

<style>
 a { background-color: #801EA0; }

 a { background-color: rgb(128,30,160); }

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

<style>
 span { border-color: #801EA0; }

 span { border-color: rgb(128,30,160); }

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