Html Css Color HEX #841982 Dark Purple

📋 copy color: '#841982'

red 132 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #841982

Tints of Dark Purple #841982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 45.99%
G = 8.71%
B = 45.3%

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

#841982 (or 0x841982) is known color: Dark Purple. HEX triplet: 84, 19 and 82. RGB value is (132,25,130). Sum of RGB (Red+Green+Blue) = 132+25+130=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #841982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841982 is #7BE67D. Grayscale: #444444. Windows color (decimal): -8119934 or 8526212. OLE color: 8526212.

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

Color convert

RGB 132 25 130 -
CMYK 0 0.81 0.02 0.48
HSL 301.12º 0.68% 0.31% -
HSV(B) 301.12º 0.81% 0.52% -
XYZ 13.89 7.21 21.78 -
YUV 68.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 132 25 130 0 0.81 0.02 0.48 301.12 0.68 0.31
Hex 84 19 82 0 51 2 30 12D 44 1F
Octal 204 31 202 0 121 2 60 455 104 37
Binary 10000100 11001 10000010 0 1010001 10 110000 100101101 1000100 11111

Color Harmonies of #841982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841982

Black with #841982

Text Example


Text Example

White with #841982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841982; }

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

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

background-color css

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

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

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

border-color css

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

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

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