Html Css Color HEX #822883 Dark Purple

📋 copy color: '#822883'

red 130 ◦ green 40 ◦ blue 131

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

Shades of Dark Purple #822883

Tints of Dark Purple #822883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 43.19%
G = 13.29%
B = 43.52%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#822883 (or 0x822883) is known color: Dark Purple. HEX triplet: 82, 28 and 83. RGB value is (130,40,131). Sum of RGB (Red+Green+Blue) = 130+40+131=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #822883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822883 is #7DD77C. Grayscale: #4D4D4D. Windows color (decimal): -8247165 or 8595586. OLE color: 8595586.

HSL color Cylindrical-coordinate representation of color #822883: hue angle of 299.34º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822883 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 131 -
CMYK 0.01 0.69 0 0.49
HSL 299.34º 0.53% 0.34% -
HSV(B) 299.34º 0.69% 0.51% -
XYZ 14.06 7.9 22.26 -
YUV 77.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 130 40 131 0.01 0.69 0 0.49 299.34 0.53 0.34
Hex 82 28 83 1 45 0 31 12B 35 22
Octal 202 50 203 1 105 0 61 453 65 42
Binary 10000010 101000 10000011 1 1000101 0 110001 100101011 110101 100010

Color Harmonies of #822883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822883

Black with #822883

Text Example


Text Example

White with #822883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822883; }

 p { color: rgb(130,40,131); }

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

background-color css

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

 a { background-color: rgb(130,40,131); }

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

border-color css

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

 span { border-color: rgb(130,40,131); }

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