#80229E

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

Shades of Vivid Violet #80229E

Tints of Vivid Violet #80229E

Color information

#80229E (or 0x80229E) is unknown color: approx Vivid Violet. HEX triplet: 80, 22 and 9E. RGB value is (128,34,158). Sum of RGB (Red+Green+Blue) = 128+34+158=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #80229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80229E is #7FDD61. Grayscale: #4B4B4B. Windows color (decimal): -8379746 or 10363520. OLE color: 10363520.

HSL color Cylindrical-coordinate representation of color #80229E: hue angle of 285.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80229E is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12834158-
CMYK0.190.7800.38
HSL285.48º64.58%37.65%-
HSV(B)285.48º78.48%61.96%-
XYZ15.658.233.11-
YUV76.24174.14164.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=40%
G=10.62%
B=49.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128341580.190.7800.38285.4864.5837.65
Hex80229E134E02611d4126
Octal200422362311604643510146
Binary100000001000101001111010011100111001001101000111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80229E; }

 p { color: rgb(128,34,158); }

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

<style>
 a { background-color: #80229E; }

 a { background-color: rgb(128,34,158); }

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

<style>
 span { border-color: #80229E; }

 span { border-color: rgb(128,34,158); }

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