Html Css Color HEX #822099 Vivid Violet

📋 copy color: '#822099'

red 130 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #822099

Tints of Vivid Violet #822099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 41.27%
G = 10.16%
B = 48.57%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#822099 (or 0x822099) is known color: Vivid Violet. HEX triplet: 82, 20 and 99. RGB value is (130,32,153). Sum of RGB (Red+Green+Blue) = 130+32+153=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #822099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822099 is #7DDF66. Grayscale: #4A4A4A. Windows color (decimal): -8249191 or 10035330. OLE color: 10035330.

HSL color Cylindrical-coordinate representation of color #822099: hue angle of 288.6º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #822099 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 32 153 -
CMYK 0.15 0.79 0 0.4
HSL 288.6º 0.65% 0.36% -
HSV(B) 288.6º 0.79% 0.6% -
XYZ 15.47 8.08 30.88 -
YUV 75.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 130 32 153 0.15 0.79 0 0.4 288.6 0.65 0.36
Hex 82 20 99 F 4F 0 28 121 41 24
Octal 202 40 231 17 117 0 50 441 101 44
Binary 10000010 100000 10011001 1111 1001111 0 101000 100100001 1000001 100100

Color Harmonies of #822099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822099

Black with #822099

Text Example


Text Example

White with #822099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822099; }

 p { color: rgb(130,32,153); }

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

background-color css

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

 a { background-color: rgb(130,32,153); }

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

border-color css

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

 span { border-color: rgb(130,32,153); }

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