Html Css Color HEX #842081 Dark Purple

📋 copy color: '#842081'

red 132 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #842081

Tints of Dark Purple #842081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 45.05%
G = 10.92%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#842081 (or 0x842081) is known color: Dark Purple. HEX triplet: 84, 20 and 81. RGB value is (132,32,129). Sum of RGB (Red+Green+Blue) = 132+32+129=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #842081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842081 is #7BDF7E. Grayscale: #484848. Windows color (decimal): -8118143 or 8462468. OLE color: 8462468.

HSL color Cylindrical-coordinate representation of color #842081: hue angle of 301.8º 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 #842081 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 129 -
CMYK 0 0.76 0.02 0.48
HSL 301.8º 0.61% 0.32% -
HSV(B) 301.8º 0.76% 0.52% -
XYZ 13.99 7.52 21.48 -
YUV 72.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 132 32 129 0 0.76 0.02 0.48 301.8 0.61 0.32
Hex 84 20 81 0 4C 2 30 12E 3D 20
Octal 204 40 201 0 114 2 60 456 75 40
Binary 10000100 100000 10000001 0 1001100 10 110000 100101110 111101 100000

Color Harmonies of #842081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842081

Black with #842081

Text Example


Text Example

White with #842081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842081; }

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

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

background-color css

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

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

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

border-color css

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

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

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