#82459B

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

Shades of Vivid Violet #82459B

Tints of Vivid Violet #82459B

Color information

#82459B (or 0x82459B) is unknown color: approx Vivid Violet. HEX triplet: 82, 45 and 9B. RGB value is (130,69,155). Sum of RGB (Red+Green+Blue) = 130+69+155=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #82459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82459B is #7DBA64. Grayscale: #606060. Windows color (decimal): -8239717 or 10175874. OLE color: 10175874.

HSL color Cylindrical-coordinate representation of color #82459B: hue angle of 282.56º 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 #82459B is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13069155-
CMYK0.160.5500.39
HSL282.56º38.39%43.92%-
HSV(B)282.56º55.48%60.78%-
XYZ17.2511.3732.3-
YUV97.04160.71151.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=36.72%
G=19.49%
B=43.79%

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
Decimal130691550.160.5500.39282.5638.3943.92
Hex82459B103702711b262c
Octal20210523320670474334654
Binary10000010100010110011011100001101110100111100011011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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