Html Css Color HEX #842B84 Dark Purple

📋 copy color: '#842B84'

red 132 ◦ green 43 ◦ blue 132

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

Shades of Dark Purple #842B84

Tints of Dark Purple #842B84

RGB

 RED value IS 132 (51.95% from 255) = 43%

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 43%
G = 14.01%
B = 43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842B84 (or 0x842B84) is known color: Dark Purple. HEX triplet: 84, 2B and 84. RGB value is (132,43,132). Sum of RGB (Red+Green+Blue) = 132+43+132=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B84 is #7BD47B. Grayscale: #4F4F4F. Windows color (decimal): -8115324 or 8661892. OLE color: 8661892.

HSL color Cylindrical-coordinate representation of color #842B84: hue angle of 300º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B84 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 132 -
CMYK 0 0.67 0 0.48
HSL 300º 0.51% 0.34% -
HSV(B) 300º 0.67% 0.52% -
XYZ 14.54 8.3 22.67 -
YUV 79.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 132 43 132 0 0.67 0 0.48 300 0.51 0.34
Hex 84 2B 84 0 43 0 30 12C 33 22
Octal 204 53 204 0 103 0 60 454 63 42
Binary 10000100 101011 10000100 0 1000011 0 110000 100101100 110011 100010

Color Harmonies of #842B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B84

Black with #842B84

Text Example


Text Example

White with #842B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842B84; }

 p { color: rgb(132,43,132); }

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

background-color css

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

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

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

border-color css

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

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

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