Html Css Color HEX #840981 Purple

📋 copy color: '#840981'

red 132 ◦ green 9 ◦ blue 129

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

Shades of Purple #840981

Tints of Purple #840981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 48.89%
G = 3.33%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840981 (or 0x840981) is known color: Purple. HEX triplet: 84, 09 and 81. RGB value is (132,9,129). Sum of RGB (Red+Green+Blue) = 132+9+129=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #840981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840981 is #7BF67E. Grayscale: #3B3B3B. Windows color (decimal): -8124031 or 8456580. OLE color: 8456580.

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

Color convert

RGB 132 9 129 -
CMYK 0 0.93 0.02 0.48
HSL 301.46º 0.87% 0.28% -
HSV(B) 301.46º 0.93% 0.52% -
XYZ 13.58 6.69 21.34 -
YUV 59.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 132 9 129 0 0.93 0.02 0.48 301.46 0.87 0.28
Hex 84 9 81 0 5D 2 30 12D 57 1C
Octal 204 11 201 0 135 2 60 455 127 34
Binary 10000100 1001 10000001 0 1011101 10 110000 100101101 1010111 11100

Color Harmonies of #840981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840981

Black with #840981

Text Example


Text Example

White with #840981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840981; }

 p { color: rgb(132,9,129); }

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

background-color css

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

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

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

border-color css

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

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

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