#80279E

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

Shades of Vivid Violet #80279E

Tints of Vivid Violet #80279E

Color information

#80279E (or 0x80279E) is unknown color: approx Vivid Violet. HEX triplet: 80, 27 and 9E. RGB value is (128,39,158). Sum of RGB (Red+Green+Blue) = 128+39+158=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #80279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80279E is #7FD861. Grayscale: #4E4E4E. Windows color (decimal): -8378466 or 10364800. OLE color: 10364800.

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

Color convert

RGB12839158-
CMYK0.190.7500.38
HSL284.87º60.41%38.63%-
HSV(B)284.87º75.32%61.96%-
XYZ15.88.5133.16-
YUV79.18172.49162.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=39.38%
G=12%
B=48.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128391580.190.7500.38284.8760.4138.63
Hex80279E134B02611d3c27
Octal20047236231130464357447
Binary10000000100111100111101001110010110100110100011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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