Html Css Color HEX #82199F Vivid Violet

📋 copy color: '#82199F'

red 130 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #82199F

Tints of Vivid Violet #82199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 41.4%
G = 7.96%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82199F (or 0x82199F) is known color: Vivid Violet. HEX triplet: 82, 19 and 9F. RGB value is (130,25,159). Sum of RGB (Red+Green+Blue) = 130+25+159=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #82199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82199F is #7DE660. Grayscale: #474747. Windows color (decimal): -8250977 or 10426754. OLE color: 10426754.

HSL color Cylindrical-coordinate representation of color #82199F: hue angle of 287.01º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82199F is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 25 159 -
CMYK 0.18 0.84 0 0.38
HSL 287.01º 0.73% 0.36% -
HSV(B) 287.01º 0.84% 0.62% -
XYZ 15.81 7.94 33.5 -
YUV 71.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 130 25 159 0.18 0.84 0 0.38 287.01 0.73 0.36
Hex 82 19 9F 12 54 0 26 11F 49 24
Octal 202 31 237 22 124 0 46 437 111 44
Binary 10000010 11001 10011111 10010 1010100 0 100110 100011111 1001001 100100

Color Harmonies of #82199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82199F

Black with #82199F

Text Example


Text Example

White with #82199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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