#82338A

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

Shades of Vivid Violet #82338A

Tints of Vivid Violet #82338A

Color information

#82338A (or 0x82338A) is unknown color: approx Vivid Violet. HEX triplet: 82, 33 and 8A. RGB value is (130,51,138). Sum of RGB (Red+Green+Blue) = 130+51+138=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #82338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82338A is #7DCC75. Grayscale: #545454. Windows color (decimal): -8244342 or 9057154. OLE color: 9057154.

HSL color Cylindrical-coordinate representation of color #82338A: hue angle of 294.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82338A is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13051138-
CMYK0.060.6300.46
HSL294.48º46.03%37.06%-
HSV(B)294.48º63.04%54.12%-
XYZ14.988.9524.98-
YUV84.54158.17160.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=40.75%
G=15.99%
B=43.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130511380.060.6300.46294.4846.0337.06
Hex82338A63F02E1262e25
Octal202632126770564465645
Binary10000010110011100010101101111110101110100100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82338A; }

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

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

<style>
 a { background-color: #82338A; }

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

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

<style>
 span { border-color: #82338A; }

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

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