#801FAC

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

Shades of Vivid Violet #801FAC

Tints of Vivid Violet #801FAC

Color information

#801FAC (or 0x801FAC) is unknown color: approx Vivid Violet. HEX triplet: 80, 1F and AC. RGB value is (128,31,172). Sum of RGB (Red+Green+Blue) = 128+31+172=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #801FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801FAC is #7FE053. Grayscale: #4B4B4B. Windows color (decimal): -8380500 or 11280256. OLE color: 11280256.

HSL color Cylindrical-coordinate representation of color #801FAC: hue angle of 281.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801FAC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12831172-
CMYK0.260.8200.33
HSL281.28º69.46%39.8%-
HSV(B)281.28º81.98%67.45%-
XYZ16.848.5539.79-
YUV76.08182.14165.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=38.67%
G=9.37%
B=51.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128311720.260.8200.33281.2869.4639.8
Hex801FAC1A520211194528
Octal200372543212204143110550
Binary10000000111111010110011010101001001000011000110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,31,172); }

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

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

 a { background-color: rgb(128,31,172); }

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

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

 span { border-color: rgb(128,31,172); }

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