Html Css Color HEX #82249B Vivid Violet

📋 copy color: '#82249B'

red 130 ◦ green 36 ◦ blue 155

#82249B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #82249B

Tints of Vivid Violet #82249B

RGB

 RED value IS 130 (51.17% from 255) = 40.5%

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 40.5%
G = 11.21%
B = 48.29%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82249B (or 0x82249B) is known color: 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

RGB 130 36 155 -
CMYK 0.16 0.77 0 0.39
HSL 287.4º 0.62% 0.37% -
HSV(B) 287.4º 0.77% 0.61% -
XYZ 15.75 8.37 31.8 -
YUV 77.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 130 36 155 0.16 0.77 0 0.39 287.4 0.62 0.37
Hex 82 24 9B 10 4D 0 27 11F 3E 25
Octal 202 44 233 20 115 0 47 437 76 45
Binary 10000010 100100 10011011 10000 1001101 0 100111 100011111 111110 100101

Color Harmonies of #82249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82249B

Black with #82249B

Text Example


Text Example

White with #82249B

Text Example


Text Example

HTML Codes & Css Web 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>