Html Css Color HEX #822096 Vivid Violet

📋 copy color: '#822096'

red 130 ◦ green 32 ◦ blue 150

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

Shades of Vivid Violet #822096

Tints of Vivid Violet #822096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 41.67%
G = 10.26%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#822096 (or 0x822096) is known color: Vivid Violet. HEX triplet: 82, 20 and 96. RGB value is (130,32,150). Sum of RGB (Red+Green+Blue) = 130+32+150=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #822096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822096 is #7DDF69. Grayscale: #4A4A4A. Windows color (decimal): -8249194 or 9838722. OLE color: 9838722.

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

Color convert

RGB 130 32 150 -
CMYK 0.13 0.79 0 0.41
HSL 289.83º 0.65% 0.36% -
HSV(B) 289.83º 0.79% 0.59% -
XYZ 15.23 7.98 29.59 -
YUV 74.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 130 32 150 0.13 0.79 0 0.41 289.83 0.65 0.36
Hex 82 20 96 D 4F 0 29 122 41 24
Octal 202 40 226 15 117 0 51 442 101 44
Binary 10000010 100000 10010110 1101 1001111 0 101001 100100010 1000001 100100

Color Harmonies of #822096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822096

Black with #822096

Text Example


Text Example

White with #822096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822096; }

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

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

background-color css

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

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

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

border-color css

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

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

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