Html Css Color HEX #822497 Vivid Violet

📋 copy color: '#822497'

red 130 ◦ green 36 ◦ blue 151

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

Shades of Vivid Violet #822497

Tints of Vivid Violet #822497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 41.01%
G = 11.36%
B = 47.63%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#822497 (or 0x822497) is known color: Vivid Violet. HEX triplet: 82, 24 and 97. RGB value is (130,36,151). Sum of RGB (Red+Green+Blue) = 130+36+151=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #822497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822497 is #7DDB68. Grayscale: #4C4C4C. Windows color (decimal): -8248169 or 9905282. OLE color: 9905282.

HSL color Cylindrical-coordinate representation of color #822497: hue angle of 289.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822497 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 36 151 -
CMYK 0.14 0.76 0 0.41
HSL 289.04º 0.61% 0.37% -
HSV(B) 289.04º 0.76% 0.59% -
XYZ 15.42 8.24 30.06 -
YUV 77.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 130 36 151 0.14 0.76 0 0.41 289.04 0.61 0.37
Hex 82 24 97 E 4C 0 29 121 3D 25
Octal 202 44 227 16 114 0 51 441 75 45
Binary 10000010 100100 10010111 1110 1001100 0 101001 100100001 111101 100101

Color Harmonies of #822497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822497

Black with #822497

Text Example


Text Example

White with #822497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822497; }

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

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

background-color css

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

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

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

border-color css

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

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

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