Html Css Color HEX #84176F Dark Purple

📋 copy color: '#84176F'

red 132 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #84176F

Tints of Dark Purple #84176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 49.62%
G = 8.65%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84176F (or 0x84176F) is known color: Dark Purple. HEX triplet: 84, 17 and 6F. RGB value is (132,23,111). Sum of RGB (Red+Green+Blue) = 132+23+111=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84176F is #7BE890. Grayscale: #414141. Windows color (decimal): -8120465 or 7280516. OLE color: 7280516.

HSL color Cylindrical-coordinate representation of color #84176F: hue angle of 311.56º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84176F is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 23 111 -
CMYK 0 0.83 0.16 0.48
HSL 311.56º 0.7% 0.3% -
HSV(B) 311.56º 0.83% 0.52% -
XYZ 12.69 6.67 15.66 -
YUV 65.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 132 23 111 0 0.83 0.16 0.48 311.56 0.7 0.3
Hex 84 17 6F 0 53 10 30 138 46 1E
Octal 204 27 157 0 123 20 60 470 106 36
Binary 10000100 10111 1101111 0 1010011 10000 110000 100111000 1000110 11110

Color Harmonies of #84176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84176F

Black with #84176F

Text Example


Text Example

White with #84176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84176F; }

 p { color: rgb(132,23,111); }

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

background-color css

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

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

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

border-color css

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

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

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