Html Css Color HEX #822485 Dark Purple

📋 copy color: '#822485'

red 130 ◦ green 36 ◦ blue 133

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

Shades of Dark Purple #822485

Tints of Dark Purple #822485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 43.48%
G = 12.04%
B = 44.48%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822485 (or 0x822485) is known color: Dark Purple. HEX triplet: 82, 24 and 85. RGB value is (130,36,133). Sum of RGB (Red+Green+Blue) = 130+36+133=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #822485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822485 is #7DDB7A. Grayscale: #4A4A4A. Windows color (decimal): -8248187 or 8725634. OLE color: 8725634.

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

Color convert

RGB 130 36 133 -
CMYK 0.02 0.73 0 0.48
HSL 298.14º 0.57% 0.33% -
HSV(B) 298.14º 0.73% 0.52% -
XYZ 14.07 7.7 22.94 -
YUV 75.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 130 36 133 0.02 0.73 0 0.48 298.14 0.57 0.33
Hex 82 24 85 2 49 0 30 12A 39 21
Octal 202 44 205 2 111 0 60 452 71 41
Binary 10000010 100100 10000101 10 1001001 0 110000 100101010 111001 100001

Color Harmonies of #822485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822485

Black with #822485

Text Example


Text Example

White with #822485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822485; }

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

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

background-color css

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

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

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

border-color css

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

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

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