Html Css Color HEX #84147D Dark Purple

📋 copy color: '#84147D'

red 132 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #84147D

Tints of Dark Purple #84147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 47.65%
G = 7.22%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84147D (or 0x84147D) is known color: Dark Purple. HEX triplet: 84, 14 and 7D. RGB value is (132,20,125). Sum of RGB (Red+Green+Blue) = 132+20+125=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84147D is #7BEB82. Grayscale: #414141. Windows color (decimal): -8121219 or 8197252. OLE color: 8197252.

HSL color Cylindrical-coordinate representation of color #84147D: hue angle of 303.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84147D is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 125 -
CMYK 0 0.85 0.05 0.48
HSL 303.75º 0.74% 0.3% -
HSV(B) 303.75º 0.85% 0.52% -
XYZ 13.47 6.89 20.02 -
YUV 65.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 132 20 125 0 0.85 0.05 0.48 303.75 0.74 0.3
Hex 84 14 7D 0 55 5 30 130 4A 1E
Octal 204 24 175 0 125 5 60 460 112 36
Binary 10000100 10100 1111101 0 1010101 101 110000 100110000 1001010 11110

Color Harmonies of #84147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84147D

Black with #84147D

Text Example


Text Example

White with #84147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,20,125); }

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

background-color css

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

 a { background-color: rgb(132,20,125); }

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

border-color css

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

 span { border-color: rgb(132,20,125); }

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