Html Css Color HEX #840977 Purple

📋 copy color: '#840977'

red 132 ◦ green 9 ◦ blue 119

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

Shades of Purple #840977

Tints of Purple #840977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 50.77%
G = 3.46%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#840977 (or 0x840977) is known color: Purple. HEX triplet: 84, 09 and 77. RGB value is (132,9,119). Sum of RGB (Red+Green+Blue) = 132+9+119=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #840977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840977 is #7BF688. Grayscale: #3A3A3A. Windows color (decimal): -8124041 or 7801220. OLE color: 7801220.

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

Color convert

RGB 132 9 119 -
CMYK 0 0.93 0.10 0.48
HSL 306.34º 0.87% 0.28% -
HSV(B) 306.34º 0.93% 0.52% -
XYZ 12.94 6.43 18.01 -
YUV 58.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 132 9 119 0 0.93 0.10 0.48 306.34 0.87 0.28
Hex 84 9 77 0 5D A 30 132 57 1C
Octal 204 11 167 0 135 12 60 462 127 34
Binary 10000100 1001 1110111 0 1011101 1010 110000 100110010 1010111 11100

Color Harmonies of #840977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840977

Black with #840977

Text Example


Text Example

White with #840977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840977; }

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

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

background-color css

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

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

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

border-color css

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

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

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