Html Css Color HEX #822685 Dark Purple

📋 copy color: '#822685'

red 130 ◦ green 38 ◦ blue 133

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

Shades of Dark Purple #822685

Tints of Dark Purple #822685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 43.19%
G = 12.62%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822685 (or 0x822685) is known color: Dark Purple. HEX triplet: 82, 26 and 85. RGB value is (130,38,133). Sum of RGB (Red+Green+Blue) = 130+38+133=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #822685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822685 is #7DD97A. Grayscale: #4C4C4C. Windows color (decimal): -8247675 or 8726146. OLE color: 8726146.

HSL color Cylindrical-coordinate representation of color #822685: hue angle of 298.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822685 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 38 133 -
CMYK 0.02 0.71 0 0.48
HSL 298.11º 0.56% 0.34% -
HSV(B) 298.11º 0.71% 0.52% -
XYZ 14.13 7.83 22.96 -
YUV 76.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 130 38 133 0.02 0.71 0 0.48 298.11 0.56 0.34
Hex 82 26 85 2 47 0 30 12A 38 22
Octal 202 46 205 2 107 0 60 452 70 42
Binary 10000010 100110 10000101 10 1000111 0 110000 100101010 111000 100010

Color Harmonies of #822685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822685

Black with #822685

Text Example


Text Example

White with #822685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822685; }

 p { color: rgb(130,38,133); }

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

background-color css

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

 a { background-color: rgb(130,38,133); }

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

border-color css

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

 span { border-color: rgb(130,38,133); }

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