#80318F

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

Shades of Vivid Violet #80318F

Tints of Vivid Violet #80318F

Color information

#80318F (or 0x80318F) is unknown color: approx Vivid Violet. HEX triplet: 80, 31 and 8F. RGB value is (128,49,143). Sum of RGB (Red+Green+Blue) = 128+49+143=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #80318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80318F is #7FCE70. Grayscale: #535353. Windows color (decimal): -8375921 or 9384320. OLE color: 9384320.

HSL color Cylindrical-coordinate representation of color #80318F: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80318F is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12849143-
CMYK0.100.6600.44
HSL290.43º48.96%37.65%-
HSV(B)290.43º65.73%56.08%-
XYZ14.968.7726.89-
YUV83.34161.67159.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=40%
G=15.31%
B=44.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128491430.100.6600.44290.4348.9637.65
Hex80318FA4202C1223126
Octal20061217121020544426146
Binary1000000011000110001111101010000100101100100100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80318F; }

 p { color: rgb(128,49,143); }

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

<style>
 a { background-color: #80318F; }

 a { background-color: rgb(128,49,143); }

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

<style>
 span { border-color: #80318F; }

 span { border-color: rgb(128,49,143); }

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