#82329B

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

Shades of Vivid Violet #82329B

Tints of Vivid Violet #82329B

Color information

#82329B (or 0x82329B) is unknown color: approx Vivid Violet. HEX triplet: 82, 32 and 9B. RGB value is (130,50,155). Sum of RGB (Red+Green+Blue) = 130+50+155=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #82329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82329B is #7DCD64. Grayscale: #555555. Windows color (decimal): -8244581 or 10171010. OLE color: 10171010.

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

Color convert

RGB13050155-
CMYK0.160.6800.39
HSL285.71º51.22%40.2%-
HSV(B)285.71º67.74%60.78%-
XYZ16.269.3931.97-
YUV85.89167159.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=38.81%
G=14.93%
B=46.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130501550.160.6800.39285.7151.2240.2
Hex82329B104402711e3328
Octal20262233201040474366350
Binary10000010110010100110111000010001000100111100011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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