Html Css Color HEX #840180 Purple

📋 copy color: '#840180'

red 132 ◦ green 1 ◦ blue 128

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

Shades of Purple #840180

Tints of Purple #840180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 50.57%
G = 0.38%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#840180 (or 0x840180) is known color: Purple. HEX triplet: 84, 01 and 80. RGB value is (132,1,128). Sum of RGB (Red+Green+Blue) = 132+1+128=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #840180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840180 is #7BFE7F. Grayscale: #363636. Windows color (decimal): -8126080 or 8388996. OLE color: 8388996.

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

Color convert

RGB 132 1 128 -
CMYK 0 0.99 0.03 0.48
HSL 301.83º 0.98% 0.26% -
HSV(B) 301.83º 0.99% 0.52% -
XYZ 13.42 6.49 20.97 -
YUV 54.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 132 1 128 0 0.99 0.03 0.48 301.83 0.98 0.26
Hex 84 1 80 0 63 3 30 12E 62 1A
Octal 204 1 200 0 143 3 60 456 142 32
Binary 10000100 1 10000000 0 1100011 11 110000 100101110 1100010 11010

Color Harmonies of #840180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840180

Black with #840180

Text Example


Text Example

White with #840180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840180; }

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

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

background-color css

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

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

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

border-color css

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

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

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