Html Css Color HEX #822590 Vivid Violet

📋 copy color: '#822590'

red 130 ◦ green 37 ◦ blue 144

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

Shades of Vivid Violet #822590

Tints of Vivid Violet #822590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 41.8%
G = 11.9%
B = 46.3%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#822590 (or 0x822590) is known color: Vivid Violet. HEX triplet: 82, 25 and 90. RGB value is (130,37,144). Sum of RGB (Red+Green+Blue) = 130+37+144=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #822590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822590 is #7DDA6F. Grayscale: #4C4C4C. Windows color (decimal): -8247920 or 9446786. OLE color: 9446786.

HSL color Cylindrical-coordinate representation of color #822590: hue angle of 292.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822590 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 37 144 -
CMYK 0.10 0.74 0 0.44
HSL 292.15º 0.59% 0.35% -
HSV(B) 292.15º 0.74% 0.56% -
XYZ 14.9 8.08 27.16 -
YUV 77.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 130 37 144 0.10 0.74 0 0.44 292.15 0.59 0.35
Hex 82 25 90 A 4A 0 2C 124 3B 23
Octal 202 45 220 12 112 0 54 444 73 43
Binary 10000010 100101 10010000 1010 1001010 0 101100 100100100 111011 100011

Color Harmonies of #822590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822590

Black with #822590

Text Example


Text Example

White with #822590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822590; }

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

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

background-color css

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

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

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

border-color css

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

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

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