Html Css Color HEX #84336C Dark Purple

📋 copy color: '#84336C'

red 132 ◦ green 51 ◦ blue 108

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

Shades of Dark Purple #84336C

Tints of Dark Purple #84336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 45.36%
G = 17.53%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84336C (or 0x84336C) is known color: Dark Purple. HEX triplet: 84, 33 and 6C. RGB value is (132,51,108). Sum of RGB (Red+Green+Blue) = 132+51+108=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84336C is #7BCC93. Grayscale: #515151. Windows color (decimal): -8113300 or 7091076. OLE color: 7091076.

HSL color Cylindrical-coordinate representation of color #84336C: hue angle of 317.78º 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 #84336C is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 51 108 -
CMYK 0 0.61 0.18 0.48
HSL 317.78º 0.44% 0.36% -
HSV(B) 317.78º 0.61% 0.52% -
XYZ 13.41 8.36 15.09 -
YUV 81.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 132 51 108 0 0.61 0.18 0.48 317.78 0.44 0.36
Hex 84 33 6C 0 3D 12 30 13E 2C 24
Octal 204 63 154 0 75 22 60 476 54 44
Binary 10000100 110011 1101100 0 111101 10010 110000 100111110 101100 100100

Color Harmonies of #84336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84336C

Black with #84336C

Text Example


Text Example

White with #84336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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