#82289B

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

Shades of Vivid Violet #82289B

Tints of Vivid Violet #82289B

Color information

#82289B (or 0x82289B) is unknown color: approx Vivid Violet. HEX triplet: 82, 28 and 9B. RGB value is (130,40,155). Sum of RGB (Red+Green+Blue) = 130+40+155=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #82289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82289B is #7DD764. Grayscale: #4F4F4F. Windows color (decimal): -8247141 or 10168450. OLE color: 10168450.

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

Color convert

RGB13040155-
CMYK0.160.7400.39
HSL286.96º58.97%38.24%-
HSV(B)286.96º74.19%60.78%-
XYZ15.888.6331.84-
YUV80.02170.32163.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=40%
G=12.31%
B=47.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130401550.160.7400.39286.9658.9738.24
Hex82289B104A02711f3b26
Octal20250233201120474377346
Binary10000010101000100110111000010010100100111100011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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