Html Css Color HEX #82249D Vivid Violet

📋 copy color: '#82249D'

red 130 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #82249D

Tints of Vivid Violet #82249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 40.25%
G = 11.15%
B = 48.61%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82249D (or 0x82249D) is known color: Vivid Violet. HEX triplet: 82, 24 and 9D. RGB value is (130,36,157). Sum of RGB (Red+Green+Blue) = 130+36+157=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #82249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82249D is #7DDB62. Grayscale: #4D4D4D. Windows color (decimal): -8248163 or 10298498. OLE color: 10298498.

HSL color Cylindrical-coordinate representation of color #82249D: hue angle of 286.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82249D is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 36 157 -
CMYK 0.17 0.77 0 0.38
HSL 286.61º 0.63% 0.38% -
HSV(B) 286.61º 0.77% 0.62% -
XYZ 15.92 8.44 32.69 -
YUV 77.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 130 36 157 0.17 0.77 0 0.38 286.61 0.63 0.38
Hex 82 24 9D 11 4D 0 26 11F 3F 26
Octal 202 44 235 21 115 0 46 437 77 46
Binary 10000010 100100 10011101 10001 1001101 0 100110 100011111 111111 100110

Color Harmonies of #82249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82249D

Black with #82249D

Text Example


Text Example

White with #82249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82249D;
 }
 .AnyTagClassName
 {
   color: #82249D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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