#82349C

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

Shades of Vivid Violet #82349C

Tints of Vivid Violet #82349C

Color information

#82349C (or 0x82349C) is unknown color: approx Vivid Violet. HEX triplet: 82, 34 and 9C. RGB value is (130,52,156). Sum of RGB (Red+Green+Blue) = 130+52+156=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #82349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82349C is #7DCB63. Grayscale: #565656. Windows color (decimal): -8244068 or 10237058. OLE color: 10237058.

HSL color Cylindrical-coordinate representation of color #82349C: hue angle of 285º degrees, saturation: 0.5, 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 #82349C is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13052156-
CMYK0.170.6700.39
HSL285º50%40.78%-
HSV(B)285º66.67%61.18%-
XYZ16.439.632.44-
YUV87.18166.84158.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=38.46%
G=15.38%
B=46.15%

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
Decimal130521560.170.6700.392855040.78
Hex82349C114302711d3229
Octal20264234211030474356251
Binary10000010110100100111001000110000110100111100011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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