#802EAA

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

Shades of Vivid Violet #802EAA

Tints of Vivid Violet #802EAA

Color information

#802EAA (or 0x802EAA) is unknown color: approx Vivid Violet. HEX triplet: 80, 2E and AA. RGB value is (128,46,170). Sum of RGB (Red+Green+Blue) = 128+46+170=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #802EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EAA is #7FD155. Grayscale: #545454. Windows color (decimal): -8376662 or 11153024. OLE color: 11153024.

HSL color Cylindrical-coordinate representation of color #802EAA: hue angle of 279.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802EAA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12846170-
CMYK0.250.7300.33
HSL279.68º57.41%42.35%-
HSV(B)279.68º72.94%66.67%-
XYZ17.139.4538.95-
YUV84.65176.17158.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=37.21%
G=13.37%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128461700.250.7300.33279.6857.4142.35
Hex802EAA1949021118392a
Octal20056252311110414307152
Binary10000000101110101010101100110010010100001100011000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802EAA; }

 p { color: rgb(128,46,170); }

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

<style>
 a { background-color: #802EAA; }

 a { background-color: rgb(128,46,170); }

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

<style>
 span { border-color: #802EAA; }

 span { border-color: rgb(128,46,170); }

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