Html Css Color HEX #82259F Vivid Violet

📋 copy color: '#82259F'

red 130 ◦ green 37 ◦ blue 159

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

Shades of Vivid Violet #82259F

Tints of Vivid Violet #82259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 39.88%
G = 11.35%
B = 48.77%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82259F (or 0x82259F) is known color: Vivid Violet. HEX triplet: 82, 25 and 9F. RGB value is (130,37,159). Sum of RGB (Red+Green+Blue) = 130+37+159=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #82259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259F is #7DDA60. Grayscale: #4E4E4E. Windows color (decimal): -8247905 or 10429826. OLE color: 10429826.

HSL color Cylindrical-coordinate representation of color #82259F: hue angle of 285.74º degrees, saturation: 0.62, 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 #82259F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 37 159 -
CMYK 0.18 0.77 0 0.38
HSL 285.74º 0.62% 0.38% -
HSV(B) 285.74º 0.77% 0.62% -
XYZ 16.13 8.57 33.61 -
YUV 78.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 130 37 159 0.18 0.77 0 0.38 285.74 0.62 0.38
Hex 82 25 9F 12 4D 0 26 11E 3E 26
Octal 202 45 237 22 115 0 46 436 76 46
Binary 10000010 100101 10011111 10010 1001101 0 100110 100011110 111110 100110

Color Harmonies of #82259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82259F

Black with #82259F

Text Example


Text Example

White with #82259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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