Html Css Color HEX #840182 Purple

📋 copy color: '#840182'

red 132 ◦ green 1 ◦ blue 130

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

Shades of Purple #840182

Tints of Purple #840182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 50.19%
G = 0.38%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840182 (or 0x840182) is known color: Purple. HEX triplet: 84, 01 and 82. RGB value is (132,1,130). Sum of RGB (Red+Green+Blue) = 132+1+130=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #840182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840182 is #7BFE7D. Grayscale: #363636. Windows color (decimal): -8126078 or 8520068. OLE color: 8520068.

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

Color convert

RGB 132 1 130 -
CMYK 0 0.99 0.02 0.48
HSL 300.92º 0.98% 0.26% -
HSV(B) 300.92º 0.99% 0.52% -
XYZ 13.56 6.54 21.67 -
YUV 54.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 132 1 130 0 0.99 0.02 0.48 300.92 0.98 0.26
Hex 84 1 82 0 63 2 30 12D 62 1A
Octal 204 1 202 0 143 2 60 455 142 32
Binary 10000100 1 10000010 0 1100011 10 110000 100101101 1100010 11010

Color Harmonies of #840182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840182

Black with #840182

Text Example


Text Example

White with #840182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840182; }

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

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

background-color css

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

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

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

border-color css

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

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

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