#82249B

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

Shades of Vivid Violet #82249B

Tints of Vivid Violet #82249B

Color information

#82249B (or 0x82249B) is unknown color: approx Vivid Violet. HEX triplet: 82, 24 and 9B. RGB value is (130,36,155). Sum of RGB (Red+Green+Blue) = 130+36+155=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #82249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82249B is #7DDB64. Grayscale: #4D4D4D. Windows color (decimal): -8248165 or 10167426. OLE color: 10167426.

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

Color convert

RGB13036155-
CMYK0.160.7700.39
HSL287.39º62.3%37.45%-
HSV(B)287.39º76.77%60.78%-
XYZ15.758.3731.8-
YUV77.67171.64165.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=40.50%
G=11.21%
B=48.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130361550.160.7700.39287.3962.337.45
Hex82249B104D02711f3e25
Octal20244233201150474377645
Binary10000010100100100110111000010011010100111100011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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