Html Css Color HEX #84136B Dark Purple

📋 copy color: '#84136B'

red 132 ◦ green 19 ◦ blue 107

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

Shades of Dark Purple #84136B

Tints of Dark Purple #84136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 51.16%
G = 7.36%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84136B (or 0x84136B) is known color: Dark Purple. HEX triplet: 84, 13 and 6B. RGB value is (132,19,107). Sum of RGB (Red+Green+Blue) = 132+19+107=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84136B is #7BEC94. Grayscale: #3E3E3E. Windows color (decimal): -8121493 or 7017348. OLE color: 7017348.

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

Color convert

RGB 132 19 107 -
CMYK 0 0.86 0.19 0.48
HSL 313.27º 0.75% 0.3% -
HSV(B) 313.27º 0.86% 0.52% -
XYZ 12.4 6.43 14.5 -
YUV 62.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 132 19 107 0 0.86 0.19 0.48 313.27 0.75 0.3
Hex 84 13 6B 0 56 13 30 139 4B 1E
Octal 204 23 153 0 126 23 60 471 113 36
Binary 10000100 10011 1101011 0 1010110 10011 110000 100111001 1001011 11110

Color Harmonies of #84136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84136B

Black with #84136B

Text Example


Text Example

White with #84136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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