#82339C

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

Shades of Vivid Violet #82339C

Tints of Vivid Violet #82339C

Color information

#82339C (or 0x82339C) is unknown color: approx Vivid Violet. HEX triplet: 82, 33 and 9C. RGB value is (130,51,156). Sum of RGB (Red+Green+Blue) = 130+51+156=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #82339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82339C is #7DCC63. Grayscale: #565656. Windows color (decimal): -8244324 or 10236802. OLE color: 10236802.

HSL color Cylindrical-coordinate representation of color #82339C: hue angle of 285.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82339C is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13051156-
CMYK0.170.6700.39
HSL285.14º50.72%40.59%-
HSV(B)285.14º67.31%61.18%-
XYZ16.399.5132.42-
YUV86.59167.17158.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=38.58%
G=15.13%
B=46.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130511560.170.6700.39285.1450.7240.59
Hex82339C114302711d3329
Octal20263234211030474356351
Binary10000010110011100111001000110000110100111100011101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82339C; }

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

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

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

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

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

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

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

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