Html Css Color HEX #84136F Dark Purple

📋 copy color: '#84136F'

red 132 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #84136F

Tints of Dark Purple #84136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 50.38%
G = 7.25%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84136F (or 0x84136F) is known color: Dark Purple. HEX triplet: 84, 13 and 6F. RGB value is (132,19,111). Sum of RGB (Red+Green+Blue) = 132+19+111=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84136F is #7BEC90. Grayscale: #3F3F3F. Windows color (decimal): -8121489 or 7279492. OLE color: 7279492.

HSL color Cylindrical-coordinate representation of color #84136F: hue angle of 311.15º 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 #84136F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 111 -
CMYK 0 0.86 0.16 0.48
HSL 311.15º 0.75% 0.3% -
HSV(B) 311.15º 0.86% 0.52% -
XYZ 12.62 6.52 15.63 -
YUV 63.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 132 19 111 0 0.86 0.16 0.48 311.15 0.75 0.3
Hex 84 13 6F 0 56 10 30 137 4B 1E
Octal 204 23 157 0 126 20 60 467 113 36
Binary 10000100 10011 1101111 0 1010110 10000 110000 100110111 1001011 11110

Color Harmonies of #84136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84136F

Black with #84136F

Text Example


Text Example

White with #84136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84136F; }

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

 H1.HeaderClassName
 {
   color: #84136F;
 }
 .AnyTagClassName
 {
   color: #84136F;
 }
</style>

background-color css

<style>
 a { background-color: #84136F; }

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

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

border-color css

<style>
 span { border-color: #84136F; }

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

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