#82328B

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

Shades of Vivid Violet #82328B

Tints of Vivid Violet #82328B

Color information

#82328B (or 0x82328B) is unknown color: approx Vivid Violet. HEX triplet: 82, 32 and 8B. RGB value is (130,50,139). Sum of RGB (Red+Green+Blue) = 130+50+139=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #82328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82328B is #7DCD74. Grayscale: #535353. Windows color (decimal): -8244597 or 9122434. OLE color: 9122434.

HSL color Cylindrical-coordinate representation of color #82328B: hue angle of 293.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82328B is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13050139-
CMYK0.060.6400.45
HSL293.93º47.09%37.06%-
HSV(B)293.93º64.03%54.51%-
XYZ15.018.8925.35-
YUV84.07159160.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=40.75%
G=15.67%
B=43.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130501390.060.6400.45293.9347.0937.06
Hex82328B64002D1262f25
Octal2026221361000554465745
Binary100000101100101000101111010000000101101100100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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