Html Css Color HEX #82259D Vivid Violet

📋 copy color: '#82259D'

red 130 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #82259D

Tints of Vivid Violet #82259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 40.12%
G = 11.42%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82259D (or 0x82259D) is known color: Vivid Violet. HEX triplet: 82, 25 and 9D. RGB value is (130,37,157). Sum of RGB (Red+Green+Blue) = 130+37+157=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #82259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259D is #7DDA62. Grayscale: #4E4E4E. Windows color (decimal): -8247907 or 10298754. OLE color: 10298754.

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

Color convert

RGB 130 37 157 -
CMYK 0.17 0.76 0 0.38
HSL 286.5º 0.62% 0.38% -
HSV(B) 286.5º 0.76% 0.62% -
XYZ 15.95 8.5 32.7 -
YUV 78.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 130 37 157 0.17 0.76 0 0.38 286.5 0.62 0.38
Hex 82 25 9D 11 4C 0 26 11E 3E 26
Octal 202 45 235 21 114 0 46 436 76 46
Binary 10000010 100101 10011101 10001 1001100 0 100110 100011110 111110 100110

Color Harmonies of #82259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82259D

Black with #82259D

Text Example


Text Example

White with #82259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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