Html Css Color HEX #84126D Dark Purple

📋 copy color: '#84126D'

red 132 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #84126D

Tints of Dark Purple #84126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 50.97%
G = 6.95%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84126D (or 0x84126D) is known color: Dark Purple. HEX triplet: 84, 12 and 6D. RGB value is (132,18,109). Sum of RGB (Red+Green+Blue) = 132+18+109=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126D is #7BED92. Grayscale: #3E3E3E. Windows color (decimal): -8121747 or 7148164. OLE color: 7148164.

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

Color convert

RGB 132 18 109 -
CMYK 0 0.86 0.17 0.48
HSL 312.11º 0.76% 0.29% -
HSV(B) 312.11º 0.86% 0.52% -
XYZ 12.49 6.44 15.05 -
YUV 62.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 132 18 109 0 0.86 0.17 0.48 312.11 0.76 0.29
Hex 84 12 6D 0 56 11 30 138 4C 1D
Octal 204 22 155 0 126 21 60 470 114 35
Binary 10000100 10010 1101101 0 1010110 10001 110000 100111000 1001100 11101

Color Harmonies of #84126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84126D

Black with #84126D

Text Example


Text Example

White with #84126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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