Html Css Color HEX #844176 Dark Purple

📋 copy color: '#844176'

red 132 ◦ green 65 ◦ blue 118

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

Shades of Dark Purple #844176

Tints of Dark Purple #844176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 41.9%
G = 20.63%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#844176 (or 0x844176) is known color: Dark Purple. HEX triplet: 84, 41 and 76. RGB value is (132,65,118). Sum of RGB (Red+Green+Blue) = 132+65+118=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844176 is #7BBE89. Grayscale: #5A5A5A. Windows color (decimal): -8109706 or 7750020. OLE color: 7750020.

HSL color Cylindrical-coordinate representation of color #844176: hue angle of 312.54º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844176 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 118 -
CMYK 0 0.51 0.11 0.48
HSL 312.54º 0.34% 0.39% -
HSV(B) 312.54º 0.51% 0.52% -
XYZ 14.68 9.99 18.3 -
YUV 91.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 132 65 118 0 0.51 0.11 0.48 312.54 0.34 0.39
Hex 84 41 76 0 33 B 30 139 22 27
Octal 204 101 166 0 63 13 60 471 42 47
Binary 10000100 1000001 1110110 0 110011 1011 110000 100111001 100010 100111

Color Harmonies of #844176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844176

Black with #844176

Text Example


Text Example

White with #844176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844176; }

 p { color: rgb(132,65,118); }

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

background-color css

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

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

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

border-color css

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

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

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