Html Css Color HEX #84116A Dark Purple

📋 copy color: '#84116A'

red 132 ◦ green 17 ◦ blue 106

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

Shades of Dark Purple #84116A

Tints of Dark Purple #84116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 51.76%
G = 6.67%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84116A (or 0x84116A) is known color: Dark Purple. HEX triplet: 84, 11 and 6A. RGB value is (132,17,106). Sum of RGB (Red+Green+Blue) = 132+17+106=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #84116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84116A is #7BEE95. Grayscale: #3D3D3D. Windows color (decimal): -8122006 or 6951300. OLE color: 6951300.

HSL color Cylindrical-coordinate representation of color #84116A: hue angle of 313.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84116A is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 106 -
CMYK 0 0.87 0.20 0.48
HSL 313.57º 0.77% 0.29% -
HSV(B) 313.57º 0.87% 0.52% -
XYZ 12.32 6.35 14.21 -
YUV 61.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 132 17 106 0 0.87 0.20 0.48 313.57 0.77 0.29
Hex 84 11 6A 0 57 14 30 13A 4D 1D
Octal 204 21 152 0 127 24 60 472 115 35
Binary 10000100 10001 1101010 0 1010111 10100 110000 100111010 1001101 11101

Color Harmonies of #84116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84116A

Black with #84116A

Text Example


Text Example

White with #84116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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