Html Css Color HEX #840A84 Purple

📋 copy color: '#840A84'

red 132 ◦ green 10 ◦ blue 132

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

Shades of Purple #840A84

Tints of Purple #840A84

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 48.18%
G = 3.65%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#840A84 (or 0x840A84) is known color: Purple. HEX triplet: 84, 0A and 84. RGB value is (132,10,132). Sum of RGB (Red+Green+Blue) = 132+10+132=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #840A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840A84 is #7BF57B. Grayscale: #3C3C3C. Windows color (decimal): -8123772 or 8653444. OLE color: 8653444.

HSL color Cylindrical-coordinate representation of color #840A84: hue angle of 300º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A84 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 10 132 -
CMYK 0 0.92 0 0.48
HSL 300º 0.86% 0.28% -
HSV(B) 300º 0.92% 0.52% -
XYZ 13.79 6.79 22.41 -
YUV 60.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 132 10 132 0 0.92 0 0.48 300 0.86 0.28
Hex 84 A 84 0 5C 0 30 12C 56 1C
Octal 204 12 204 0 134 0 60 454 126 34
Binary 10000100 1010 10000100 0 1011100 0 110000 100101100 1010110 11100

Color Harmonies of #840A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A84

Black with #840A84

Text Example


Text Example

White with #840A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840A84; }

 p { color: rgb(132,10,132); }

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

background-color css

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

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

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

border-color css

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

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

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