Html Css Color HEX #842084 Dark Purple

📋 copy color: '#842084'

red 132 ◦ green 32 ◦ blue 132

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

Shades of Dark Purple #842084

Tints of Dark Purple #842084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 44.59%
G = 10.81%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842084 (or 0x842084) is known color: Dark Purple. HEX triplet: 84, 20 and 84. RGB value is (132,32,132). Sum of RGB (Red+Green+Blue) = 132+32+132=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842084 is #7BDF7B. Grayscale: #494949. Windows color (decimal): -8118140 or 8659076. OLE color: 8659076.

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

Color convert

RGB 132 32 132 -
CMYK 0 0.76 0 0.48
HSL 300º 0.61% 0.32% -
HSV(B) 300º 0.76% 0.52% -
XYZ 14.2 7.6 22.55 -
YUV 73.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 132 32 132 0 0.76 0 0.48 300 0.61 0.32
Hex 84 20 84 0 4C 0 30 12C 3D 20
Octal 204 40 204 0 114 0 60 454 75 40
Binary 10000100 100000 10000100 0 1001100 0 110000 100101100 111101 100000

Color Harmonies of #842084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842084

Black with #842084

Text Example


Text Example

White with #842084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842084; }

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

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

background-color css

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

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

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

border-color css

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

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

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