#82259B

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

Shades of Vivid Violet #82259B

Tints of Vivid Violet #82259B

Color information

#82259B (or 0x82259B) is unknown color: approx Vivid Violet. HEX triplet: 82, 25 and 9B. RGB value is (130,37,155). Sum of RGB (Red+Green+Blue) = 130+37+155=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #82259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259B is #7DDA64. Grayscale: #4D4D4D. Windows color (decimal): -8247909 or 10167682. OLE color: 10167682.

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

Color convert

RGB13037155-
CMYK0.160.7600.39
HSL287.29º61.46%37.65%-
HSV(B)287.29º76.13%60.78%-
XYZ15.788.4431.81-
YUV78.26171.31164.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=40.37%
G=11.49%
B=48.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130371550.160.7600.39287.2961.4637.65
Hex82259B104C02711f3d26
Octal20245233201140474377546
Binary10000010100101100110111000010011000100111100011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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