#802E8E

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

Shades of Vivid Violet #802E8E

Tints of Vivid Violet #802E8E

Color information

#802E8E (or 0x802E8E) is unknown color: approx Vivid Violet. HEX triplet: 80, 2E and 8E. RGB value is (128,46,142). Sum of RGB (Red+Green+Blue) = 128+46+142=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #802E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E8E is #7FD171. Grayscale: #515151. Windows color (decimal): -8376690 or 9318016. OLE color: 9318016.

HSL color Cylindrical-coordinate representation of color #802E8E: hue angle of 291.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802E8E is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12846142-
CMYK0.100.6800.44
HSL291.25º51.06%36.86%-
HSV(B)291.25º67.61%55.69%-
XYZ14.768.526.45-
YUV81.46162.17161.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=40.51%
G=14.56%
B=44.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128461420.100.6800.44291.2551.0636.86
Hex802E8EA4402C1233325
Octal20056216121040544436345
Binary1000000010111010001110101010001000101100100100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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