Html Css Color HEX #832A82 Dark Purple

📋 copy color: '#832A82'

red 131 ◦ green 42 ◦ blue 130

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

Shades of Dark Purple #832A82

Tints of Dark Purple #832A82

RGB

 RED value IS 131 (51.56% from 255) = 43.23%

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 43.23%
G = 13.86%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#832A82 (or 0x832A82) is known color: Dark Purple. HEX triplet: 83, 2A and 82. RGB value is (131,42,130). Sum of RGB (Red+Green+Blue) = 131+42+130=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #832A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832A82 is #7CD57D. Grayscale: #4E4E4E. Windows color (decimal): -8181118 or 8530563. OLE color: 8530563.

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

Color convert

RGB 131 42 130 -
CMYK 0 0.68 0.01 0.49
HSL 300.67º 0.51% 0.34% -
HSV(B) 300.67º 0.68% 0.51% -
XYZ 14.22 8.09 21.93 -
YUV 78.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 131 42 130 0 0.68 0.01 0.49 300.67 0.51 0.34
Hex 83 2A 82 0 44 1 31 12D 33 22
Octal 203 52 202 0 104 1 61 455 63 42
Binary 10000011 101010 10000010 0 1000100 1 110001 100101101 110011 100010

Color Harmonies of #832A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A82

Black with #832A82

Text Example


Text Example

White with #832A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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