Html Css Color HEX #822185 Dark Purple

📋 copy color: '#822185'

red 130 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #822185

Tints of Dark Purple #822185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 43.92%
G = 11.15%
B = 44.93%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822185 (or 0x822185) is known color: Dark Purple. HEX triplet: 82, 21 and 85. RGB value is (130,33,133). Sum of RGB (Red+Green+Blue) = 130+33+133=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #822185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822185 is #7DDE7A. Grayscale: #494949. Windows color (decimal): -8248955 or 8724866. OLE color: 8724866.

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

Color convert

RGB 130 33 133 -
CMYK 0.02 0.75 0 0.48
HSL 298.2º 0.6% 0.33% -
HSV(B) 298.2º 0.75% 0.52% -
XYZ 13.98 7.53 22.91 -
YUV 73.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 130 33 133 0.02 0.75 0 0.48 298.2 0.6 0.33
Hex 82 21 85 2 4B 0 30 12A 3C 21
Octal 202 41 205 2 113 0 60 452 74 41
Binary 10000010 100001 10000101 10 1001011 0 110000 100101010 111100 100001

Color Harmonies of #822185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822185

Black with #822185

Text Example


Text Example

White with #822185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822185; }

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

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

background-color css

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

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

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

border-color css

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

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

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