#82468D

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

Shades of Vivid Violet #82468D

Tints of Vivid Violet #82468D

Color information

#82468D (or 0x82468D) is unknown color: approx Vivid Violet. HEX triplet: 82, 46 and 8D. RGB value is (130,70,141). Sum of RGB (Red+Green+Blue) = 130+70+141=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #82468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82468D is #7DB972. Grayscale: #5F5F5F. Windows color (decimal): -8239475 or 9258626. OLE color: 9258626.

HSL color Cylindrical-coordinate representation of color #82468D: hue angle of 290.7º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82468D is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13070141-
CMYK0.080.5000.45
HSL290.7º33.65%41.37%-
HSV(B)290.7º50.35%55.29%-
XYZ16.211.0526.48-
YUV96.03153.38152.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=38.12%
G=20.53%
B=41.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130701410.080.5000.45290.733.6541.37
Hex82468D83202D1232229
Octal20210621510620554434251
Binary1000001010001101000110110001100100101101100100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82468D; }

 p { color: rgb(130,70,141); }

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

<style>
 a { background-color: #82468D; }

 a { background-color: rgb(130,70,141); }

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

<style>
 span { border-color: #82468D; }

 span { border-color: rgb(130,70,141); }

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