Html Css Color HEX #822584 Dark Purple

📋 copy color: '#822584'

red 130 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #822584

Tints of Dark Purple #822584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 43.48%
G = 12.37%
B = 44.15%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822584 (or 0x822584) is known color: Dark Purple. HEX triplet: 82, 25 and 84. RGB value is (130,37,132). Sum of RGB (Red+Green+Blue) = 130+37+132=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #822584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822584 is #7DDA7B. Grayscale: #4B4B4B. Windows color (decimal): -8247932 or 8660354. OLE color: 8660354.

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

Color convert

RGB 130 37 132 -
CMYK 0.02 0.72 0 0.48
HSL 298.74º 0.56% 0.33% -
HSV(B) 298.74º 0.72% 0.52% -
XYZ 14.03 7.73 22.58 -
YUV 75.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 130 37 132 0.02 0.72 0 0.48 298.74 0.56 0.33
Hex 82 25 84 2 48 0 30 12B 38 21
Octal 202 45 204 2 110 0 60 453 70 41
Binary 10000010 100101 10000100 10 1001000 0 110000 100101011 111000 100001

Color Harmonies of #822584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822584

Black with #822584

Text Example


Text Example

White with #822584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822584; }

 p { color: rgb(130,37,132); }

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

background-color css

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

 a { background-color: rgb(130,37,132); }

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

border-color css

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

 span { border-color: rgb(130,37,132); }

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