Html Css Color HEX #822990 Vivid Violet

📋 copy color: '#822990'

red 130 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #822990

Tints of Vivid Violet #822990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 41.27%
G = 13.02%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#822990 (or 0x822990) is known color: Vivid Violet. HEX triplet: 82, 29 and 90. RGB value is (130,41,144). Sum of RGB (Red+Green+Blue) = 130+41+144=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #822990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822990 is #7DD66F. Grayscale: #4F4F4F. Windows color (decimal): -8246896 or 9447810. OLE color: 9447810.

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

Color convert

RGB 130 41 144 -
CMYK 0.10 0.72 0 0.44
HSL 291.84º 0.56% 0.36% -
HSV(B) 291.84º 0.72% 0.56% -
XYZ 15.03 8.35 27.2 -
YUV 79.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 130 41 144 0.10 0.72 0 0.44 291.84 0.56 0.36
Hex 82 29 90 A 48 0 2C 124 38 24
Octal 202 51 220 12 110 0 54 444 70 44
Binary 10000010 101001 10010000 1010 1001000 0 101100 100100100 111000 100100

Color Harmonies of #822990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822990

Black with #822990

Text Example


Text Example

White with #822990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822990; }

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

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

background-color css

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

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

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

border-color css

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

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

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