#82359B

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

Shades of Vivid Violet #82359B

Tints of Vivid Violet #82359B

Color information

#82359B (or 0x82359B) is unknown color: approx Vivid Violet. HEX triplet: 82, 35 and 9B. RGB value is (130,53,155). Sum of RGB (Red+Green+Blue) = 130+53+155=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #82359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82359B is #7DCA64. Grayscale: #575757. Windows color (decimal): -8243813 or 10171778. OLE color: 10171778.

HSL color Cylindrical-coordinate representation of color #82359B: hue angle of 285.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82359B is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13053155-
CMYK0.160.6600.39
HSL285.29º49.04%40.78%-
HSV(B)285.29º65.81%60.78%-
XYZ16.49.6632.01-
YUV87.65166.01158.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=38.46%
G=15.68%
B=45.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130531550.160.6600.39285.2949.0440.78
Hex82359B104202711d3129
Octal20265233201020474356151
Binary10000010110101100110111000010000100100111100011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,53,155); }

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

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

 a { background-color: rgb(130,53,155); }

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

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

 span { border-color: rgb(130,53,155); }

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