Html Css Color HEX #84186D Dark Purple

📋 copy color: '#84186D'

red 132 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #84186D

Tints of Dark Purple #84186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 49.81%
G = 9.06%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84186D (or 0x84186D) is known color: Dark Purple. HEX triplet: 84, 18 and 6D. RGB value is (132,24,109). Sum of RGB (Red+Green+Blue) = 132+24+109=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84186D is #7BE792. Grayscale: #414141. Windows color (decimal): -8120211 or 7149700. OLE color: 7149700.

HSL color Cylindrical-coordinate representation of color #84186D: hue angle of 312.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84186D is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 109 -
CMYK 0 0.82 0.17 0.48
HSL 312.78º 0.69% 0.31% -
HSV(B) 312.78º 0.82% 0.52% -
XYZ 12.6 6.66 15.09 -
YUV 65.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 132 24 109 0 0.82 0.17 0.48 312.78 0.69 0.31
Hex 84 18 6D 0 52 11 30 139 45 1F
Octal 204 30 155 0 122 21 60 471 105 37
Binary 10000100 11000 1101101 0 1010010 10001 110000 100111001 1000101 11111

Color Harmonies of #84186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84186D

Black with #84186D

Text Example


Text Example

White with #84186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84186D; }

 p { color: rgb(132,24,109); }

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

background-color css

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

 a { background-color: rgb(132,24,109); }

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

border-color css

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

 span { border-color: rgb(132,24,109); }

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