Html Css Color HEX #842182 Dark Purple

📋 copy color: '#842182'

red 132 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #842182

Tints of Dark Purple #842182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 44.75%
G = 11.19%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#842182 (or 0x842182) is known color: Dark Purple. HEX triplet: 84, 21 and 82. RGB value is (132,33,130). Sum of RGB (Red+Green+Blue) = 132+33+130=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842182 is #7BDE7D. Grayscale: #494949. Windows color (decimal): -8117886 or 8528260. OLE color: 8528260.

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

Color convert

RGB 132 33 130 -
CMYK 0 0.75 0.02 0.48
HSL 301.21º 0.6% 0.32% -
HSV(B) 301.21º 0.75% 0.52% -
XYZ 14.09 7.6 21.84 -
YUV 73.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 132 33 130 0 0.75 0.02 0.48 301.21 0.6 0.32
Hex 84 21 82 0 4B 2 30 12D 3C 20
Octal 204 41 202 0 113 2 60 455 74 40
Binary 10000100 100001 10000010 0 1001011 10 110000 100101101 111100 100000

Color Harmonies of #842182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842182

Black with #842182

Text Example


Text Example

White with #842182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842182; }

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

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

background-color css

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

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

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

border-color css

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

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

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