Html Css Color HEX #822089 Dark Purple

📋 copy color: '#822089'

red 130 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #822089

Tints of Dark Purple #822089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 43.48%
G = 10.7%
B = 45.82%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#822089 (or 0x822089) is known color: Dark Purple. HEX triplet: 82, 20 and 89. RGB value is (130,32,137). Sum of RGB (Red+Green+Blue) = 130+32+137=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #822089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822089 is #7DDF76. Grayscale: #484848. Windows color (decimal): -8249207 or 8986754. OLE color: 8986754.

HSL color Cylindrical-coordinate representation of color #822089: hue angle of 296º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822089 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 32 137 -
CMYK 0.05 0.77 0 0.46
HSL 296º 0.62% 0.33% -
HSV(B) 296º 0.77% 0.54% -
XYZ 14.24 7.58 24.38 -
YUV 73.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 130 32 137 0.05 0.77 0 0.46 296 0.62 0.33
Hex 82 20 89 5 4D 0 2E 128 3E 21
Octal 202 40 211 5 115 0 56 450 76 41
Binary 10000010 100000 10001001 101 1001101 0 101110 100101000 111110 100001

Color Harmonies of #822089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822089

Black with #822089

Text Example


Text Example

White with #822089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822089; }

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

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

background-color css

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

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

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

border-color css

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

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

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