#82469B

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

Shades of Vivid Violet #82469B

Tints of Vivid Violet #82469B

Color information

#82469B (or 0x82469B) is unknown color: approx Vivid Violet. HEX triplet: 82, 46 and 9B. RGB value is (130,70,155). Sum of RGB (Red+Green+Blue) = 130+70+155=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #82469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82469B is #7DB964. Grayscale: #616161. Windows color (decimal): -8239461 or 10176130. OLE color: 10176130.

HSL color Cylindrical-coordinate representation of color #82469B: hue angle of 282.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82469B is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13070155-
CMYK0.160.5500.39
HSL282.35º37.78%44.12%-
HSV(B)282.35º54.84%60.78%-
XYZ17.3111.4932.32-
YUV97.63160.38151.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=36.62%
G=19.72%
B=43.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130701550.160.5500.39282.3537.7844.12
Hex82469B103702711a262c
Octal20210623320670474324654
Binary10000010100011010011011100001101110100111100011010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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