#80289B

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

Shades of Vivid Violet #80289B

Tints of Vivid Violet #80289B

Color information

#80289B (or 0x80289B) is unknown color: approx Vivid Violet. HEX triplet: 80, 28 and 9B. RGB value is (128,40,155). Sum of RGB (Red+Green+Blue) = 128+40+155=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #80289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80289B is #7FD764. Grayscale: #4F4F4F. Windows color (decimal): -8378213 or 10168448. OLE color: 10168448.

HSL color Cylindrical-coordinate representation of color #80289B: hue angle of 285.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80289B is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12840155-
CMYK0.170.7400.39
HSL285.91º58.97%38.24%-
HSV(B)285.91º74.19%60.78%-
XYZ15.588.4731.82-
YUV79.42170.65162.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=39.63%
G=12.38%
B=47.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128401550.170.7400.39285.9158.9738.24
Hex80289B114A02711e3b26
Octal20050233211120474367346
Binary10000000101000100110111000110010100100111100011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80289B; }

 p { color: rgb(128,40,155); }

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

<style>
 a { background-color: #80289B; }

 a { background-color: rgb(128,40,155); }

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

<style>
 span { border-color: #80289B; }

 span { border-color: rgb(128,40,155); }

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