#802E9A

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

Shades of Vivid Violet #802E9A

Tints of Vivid Violet #802E9A

Color information

#802E9A (or 0x802E9A) is unknown color: approx Vivid Violet. HEX triplet: 80, 2E and 9A. RGB value is (128,46,154). Sum of RGB (Red+Green+Blue) = 128+46+154=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #802E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E9A is #7FD165. Grayscale: #525252. Windows color (decimal): -8376678 or 10104448. OLE color: 10104448.

HSL color Cylindrical-coordinate representation of color #802E9A: hue angle of 285.56º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802E9A is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12846154-
CMYK0.170.7000.40
HSL285.56º54%39.22%-
HSV(B)285.56º70.13%60.39%-
XYZ15.718.8831.46-
YUV82.83168.17160.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=39.02%
G=14.02%
B=46.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128461540.170.7000.40285.565439.22
Hex802E9A114602811e3627
Octal20056232211060504366647
Binary10000000101110100110101000110001100101000100011110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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