#801ca0

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

Shades of Vivid Violet #801CA0

Tints of Vivid Violet #801CA0

Color information

#801CA0 (or 0x801CA0) is unknown color: approx Vivid Violet. HEX triplet: 80, 1C and A0. RGB value is (128,28,160). Sum of RGB (Red+Green+Blue) = 128+28+160=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #801CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801CA0 is #7FE35F. Grayscale: #484848. Windows color (decimal): -8381280 or 10493056. OLE color: 10493056.

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

Color convert

RGB12828160-
CMYK0.200.8200.37
HSL285.45º70.21%36.86%-
HSV(B)285.45º82.5%62.75%-
XYZ15.667.9633.97-
YUV72.95177.13167.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=40.51%
G=8.86%
B=50.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128281600.200.8200.37285.4570.2136.86
Hex801CA0145202511d4625
Octal200342402412204543510645
Binary10000000111001010000010100101001001001011000111011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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