Html Css Color HEX #841981 Dark Purple

📋 copy color: '#841981'

red 132 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #841981

Tints of Dark Purple #841981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 46.15%
G = 8.74%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#841981 (or 0x841981) is known color: Dark Purple. HEX triplet: 84, 19 and 81. RGB value is (132,25,129). Sum of RGB (Red+Green+Blue) = 132+25+129=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #841981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841981 is #7BE67E. Grayscale: #444444. Windows color (decimal): -8119935 or 8460676. OLE color: 8460676.

HSL color Cylindrical-coordinate representation of color #841981: hue angle of 301.68º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841981 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 129 -
CMYK 0 0.81 0.02 0.48
HSL 301.68º 0.68% 0.31% -
HSV(B) 301.68º 0.81% 0.52% -
XYZ 13.83 7.19 21.43 -
YUV 68.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 132 25 129 0 0.81 0.02 0.48 301.68 0.68 0.31
Hex 84 19 81 0 51 2 30 12E 44 1F
Octal 204 31 201 0 121 2 60 456 104 37
Binary 10000100 11001 10000001 0 1010001 10 110000 100101110 1000100 11111

Color Harmonies of #841981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841981

Black with #841981

Text Example


Text Example

White with #841981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841981; }

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

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

background-color css

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

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

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

border-color css

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

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

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