Html Css Color HEX #84166A Dark Purple

📋 copy color: '#84166A'

red 132 ◦ green 22 ◦ blue 106

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

Shades of Dark Purple #84166A

Tints of Dark Purple #84166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 50.77%
G = 8.46%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84166A (or 0x84166A) is known color: Dark Purple. HEX triplet: 84, 16 and 6A. RGB value is (132,22,106). Sum of RGB (Red+Green+Blue) = 132+22+106=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84166A is #7BE995. Grayscale: #404040. Windows color (decimal): -8120726 or 6952580. OLE color: 6952580.

HSL color Cylindrical-coordinate representation of color #84166A: hue angle of 314.18º degrees, saturation: 0.71, 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 #84166A is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 106 -
CMYK 0 0.83 0.20 0.48
HSL 314.18º 0.71% 0.3% -
HSV(B) 314.18º 0.83% 0.52% -
XYZ 12.4 6.52 14.24 -
YUV 64.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 132 22 106 0 0.83 0.20 0.48 314.18 0.71 0.3
Hex 84 16 6A 0 53 14 30 13A 47 1E
Octal 204 26 152 0 123 24 60 472 107 36
Binary 10000100 10110 1101010 0 1010011 10100 110000 100111010 1000111 11110

Color Harmonies of #84166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84166A

Black with #84166A

Text Example


Text Example

White with #84166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84166A; }

 p { color: rgb(132,22,106); }

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

background-color css

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

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

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

border-color css

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

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

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