Html Css Color HEX #832184 Dark Purple

📋 copy color: '#832184'

red 131 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #832184

Tints of Dark Purple #832184

RGB

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

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

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

R = 44.26%
G = 11.15%
B = 44.59%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#832184 (or 0x832184) is known color: Dark Purple. HEX triplet: 83, 21 and 84. RGB value is (131,33,132). Sum of RGB (Red+Green+Blue) = 131+33+132=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #832184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832184 is #7CDE7B. Grayscale: #494949. Windows color (decimal): -8183420 or 8659331. OLE color: 8659331.

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

Color convert

RGB 131 33 132 -
CMYK 0.01 0.75 0 0.48
HSL 299.39º 0.6% 0.32% -
HSV(B) 299.39º 0.75% 0.52% -
XYZ 14.07 7.58 22.55 -
YUV 73.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 131 33 132 0.01 0.75 0 0.48 299.39 0.6 0.32
Hex 83 21 84 1 4B 0 30 12B 3C 20
Octal 203 41 204 1 113 0 60 453 74 40
Binary 10000011 100001 10000100 1 1001011 0 110000 100101011 111100 100000

Color Harmonies of #832184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832184

Black with #832184

Text Example


Text Example

White with #832184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832184; }

 p { color: rgb(131,33,132); }

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

background-color css

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

 a { background-color: rgb(131,33,132); }

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

border-color css

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

 span { border-color: rgb(131,33,132); }

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