Html Css Color HEX #84137E Dark Purple

📋 copy color: '#84137E'

red 132 ◦ green 19 ◦ blue 126

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

Shades of Dark Purple #84137E

Tints of Dark Purple #84137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 47.65%
G = 6.86%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84137E (or 0x84137E) is known color: Dark Purple. HEX triplet: 84, 13 and 7E. RGB value is (132,19,126). Sum of RGB (Red+Green+Blue) = 132+19+126=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84137E is #7BEC81. Grayscale: #404040. Windows color (decimal): -8121474 or 8262532. OLE color: 8262532.

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

Color convert

RGB 132 19 126 -
CMYK 0 0.86 0.05 0.48
HSL 303.19º 0.75% 0.3% -
HSV(B) 303.19º 0.86% 0.52% -
XYZ 13.51 6.88 20.35 -
YUV 64.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 132 19 126 0 0.86 0.05 0.48 303.19 0.75 0.3
Hex 84 13 7E 0 56 5 30 12F 4B 1E
Octal 204 23 176 0 126 5 60 457 113 36
Binary 10000100 10011 1111110 0 1010110 101 110000 100101111 1001011 11110

Color Harmonies of #84137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84137E

Black with #84137E

Text Example


Text Example

White with #84137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84137E; }

 p { color: rgb(132,19,126); }

 H1.HeaderClassName
 {
   color: #84137E;
 }
 .AnyTagClassName
 {
   color: #84137E;
 }
</style>

background-color css

<style>
 a { background-color: #84137E; }

 a { background-color: rgb(132,19,126); }

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

border-color css

<style>
 span { border-color: #84137E; }

 span { border-color: rgb(132,19,126); }

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