#801A8F

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

Shades of Vivid Violet #801A8F

Tints of Vivid Violet #801A8F

Color information

#801A8F (or 0x801A8F) is unknown color: approx Vivid Violet. HEX triplet: 80, 1A and 8F. RGB value is (128,26,143). Sum of RGB (Red+Green+Blue) = 128+26+143=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #801A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A8F is #7FE570. Grayscale: #454545. Windows color (decimal): -8381809 or 9378432. OLE color: 9378432.

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

Color convert

RGB12826143-
CMYK0.100.8200.44
HSL292.31º69.23%33.14%-
HSV(B)292.31º81.82%56.08%-
XYZ14.237.3126.65-
YUV69.84169.29169.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=43.10%
G=8.75%
B=48.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128261430.100.8200.44292.3169.2333.14
Hex801A8FA5202C1244521
Octal200322171212205444410541
Binary1000000011010100011111010101001001011001001001001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,143); }

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

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

 a { background-color: rgb(128,26,143); }

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

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

 span { border-color: rgb(128,26,143); }

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