#823F80

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

Shades of Vivid Violet #823F80

Tints of Vivid Violet #823F80

Color information

#823F80 (or 0x823F80) is unknown color: approx Vivid Violet. HEX triplet: 82, 3F and 80. RGB value is (130,63,128). Sum of RGB (Red+Green+Blue) = 130+63+128=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #823F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823F80 is #7DC07F. Grayscale: #5A5A5A. Windows color (decimal): -8241280 or 8404866. OLE color: 8404866.

HSL color Cylindrical-coordinate representation of color #823F80: hue angle of 301.79º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #823F80 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13063128-
CMYK00.520.020.49
HSL301.79º34.72%37.84%-
HSV(B)301.79º51.54%50.98%-
XYZ14.889.8621.54-
YUV90.44149.2156.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=40.50%
G=19.63%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306312800.520.020.49301.7934.7237.84
Hex823F8003423112e2326
Octal202772000642614564346
Binary1000001011111110000000011010010110001100101110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823F80; }

 p { color: rgb(130,63,128); }

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

<style>
 a { background-color: #823F80; }

 a { background-color: rgb(130,63,128); }

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

<style>
 span { border-color: #823F80; }

 span { border-color: rgb(130,63,128); }

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