Html Css Color HEX #84157D Dark Purple

📋 copy color: '#84157D'

red 132 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #84157D

Tints of Dark Purple #84157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 47.48%
G = 7.55%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84157D (or 0x84157D) is known color: Dark Purple. HEX triplet: 84, 15 and 7D. RGB value is (132,21,125). Sum of RGB (Red+Green+Blue) = 132+21+125=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84157D is #7BEA82. Grayscale: #414141. Windows color (decimal): -8120963 or 8197508. OLE color: 8197508.

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

Color convert

RGB 132 21 125 -
CMYK 0 0.84 0.05 0.48
HSL 303.78º 0.73% 0.3% -
HSV(B) 303.78º 0.84% 0.52% -
XYZ 13.49 6.92 20.03 -
YUV 66.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 132 21 125 0 0.84 0.05 0.48 303.78 0.73 0.3
Hex 84 15 7D 0 54 5 30 130 49 1E
Octal 204 25 175 0 124 5 60 460 111 36
Binary 10000100 10101 1111101 0 1010100 101 110000 100110000 1001001 11110

Color Harmonies of #84157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84157D

Black with #84157D

Text Example


Text Example

White with #84157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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