Html Css Color HEX #84336D Dark Purple

📋 copy color: '#84336D'

red 132 ◦ green 51 ◦ blue 109

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

Shades of Dark Purple #84336D

Tints of Dark Purple #84336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 45.21%
G = 17.47%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84336D (or 0x84336D) is known color: Dark Purple. HEX triplet: 84, 33 and 6D. RGB value is (132,51,109). Sum of RGB (Red+Green+Blue) = 132+51+109=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84336D is #7BCC92. Grayscale: #515151. Windows color (decimal): -8113299 or 7156612. OLE color: 7156612.

HSL color Cylindrical-coordinate representation of color #84336D: hue angle of 317.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84336D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 51 109 -
CMYK 0 0.61 0.17 0.48
HSL 317.04º 0.44% 0.36% -
HSV(B) 317.04º 0.61% 0.52% -
XYZ 13.46 8.38 15.38 -
YUV 81.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 132 51 109 0 0.61 0.17 0.48 317.04 0.44 0.36
Hex 84 33 6D 0 3D 11 30 13D 2C 24
Octal 204 63 155 0 75 21 60 475 54 44
Binary 10000100 110011 1101101 0 111101 10001 110000 100111101 101100 100100

Color Harmonies of #84336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84336D

Black with #84336D

Text Example


Text Example

White with #84336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,51,109); }

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

background-color css

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

 a { background-color: rgb(132,51,109); }

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

border-color css

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

 span { border-color: rgb(132,51,109); }

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