Html Css Color HEX #822483 Dark Purple

📋 copy color: '#822483'

red 130 ◦ green 36 ◦ blue 131

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

Shades of Dark Purple #822483

Tints of Dark Purple #822483

RGB

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

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

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

R = 43.77%
G = 12.12%
B = 44.11%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#822483 (or 0x822483) is known color: Dark Purple. HEX triplet: 82, 24 and 83. RGB value is (130,36,131). Sum of RGB (Red+Green+Blue) = 130+36+131=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #822483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822483 is #7DDB7C. Grayscale: #4A4A4A. Windows color (decimal): -8248189 or 8594562. OLE color: 8594562.

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

Color convert

RGB 130 36 131 -
CMYK 0.01 0.73 0 0.49
HSL 299.37º 0.57% 0.33% -
HSV(B) 299.37º 0.73% 0.51% -
XYZ 13.93 7.65 22.21 -
YUV 74.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 130 36 131 0.01 0.73 0 0.49 299.37 0.57 0.33
Hex 82 24 83 1 49 0 31 12B 39 21
Octal 202 44 203 1 111 0 61 453 71 41
Binary 10000010 100100 10000011 1 1001001 0 110001 100101011 111001 100001

Color Harmonies of #822483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822483

Black with #822483

Text Example


Text Example

White with #822483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822483; }

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

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

background-color css

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

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

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

border-color css

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

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

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