Html Css Color HEX #822596 Vivid Violet

📋 copy color: '#822596'

red 130 ◦ green 37 ◦ blue 150

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

Shades of Vivid Violet #822596

Tints of Vivid Violet #822596

RGB

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

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

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

R = 41.01%
G = 11.67%
B = 47.32%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#822596 (or 0x822596) is known color: Vivid Violet. HEX triplet: 82, 25 and 96. RGB value is (130,37,150). Sum of RGB (Red+Green+Blue) = 130+37+150=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #822596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822596 is #7DDA69. Grayscale: #4D4D4D. Windows color (decimal): -8247914 or 9840002. OLE color: 9840002.

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

Color convert

RGB 130 37 150 -
CMYK 0.13 0.75 0 0.41
HSL 289.38º 0.6% 0.37% -
HSV(B) 289.38º 0.75% 0.59% -
XYZ 15.37 8.27 29.64 -
YUV 77.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 130 37 150 0.13 0.75 0 0.41 289.38 0.6 0.37
Hex 82 25 96 D 4B 0 29 121 3C 25
Octal 202 45 226 15 113 0 51 441 74 45
Binary 10000010 100101 10010110 1101 1001011 0 101001 100100001 111100 100101

Color Harmonies of #822596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822596

Black with #822596

Text Example


Text Example

White with #822596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822596; }

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

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

background-color css

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

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

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

border-color css

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

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

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