#823380

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

Shades of Vivid Violet #823380

Tints of Vivid Violet #823380

Color information

#823380 (or 0x823380) is unknown color: approx Vivid Violet. HEX triplet: 82, 33 and 80. RGB value is (130,51,128). Sum of RGB (Red+Green+Blue) = 130+51+128=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #823380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823380 is #7DCC7F. Grayscale: #535353. Windows color (decimal): -8244352 or 8401794. OLE color: 8401794.

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

Color convert

RGB13051128-
CMYK00.610.020.49
HSL301.52º43.65%35.49%-
HSV(B)301.52º60.77%50.98%-
XYZ14.298.6721.34-
YUV83.4153.17161.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=42.07%
G=16.50%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305112800.610.020.49301.5243.6535.49
Hex82338003D23112e2c23
Octal202632000752614565443
Binary1000001011001110000000011110110110001100101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823380; }

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

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

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

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

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

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

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

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