Html Css Color HEX #842164 Dark Purple

📋 copy color: '#842164'

red 132 ◦ green 33 ◦ blue 100

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

Shades of Dark Purple #842164

Tints of Dark Purple #842164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 49.81%
G = 12.45%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#842164 (or 0x842164) is known color: Dark Purple. HEX triplet: 84, 21 and 64. RGB value is (132,33,100). Sum of RGB (Red+Green+Blue) = 132+33+100=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #842164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842164 is #7BDE9B. Grayscale: #464646. Windows color (decimal): -8117916 or 6562180. OLE color: 6562180.

HSL color Cylindrical-coordinate representation of color #842164: hue angle of 319.39º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842164 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 100 -
CMYK 0 0.75 0.24 0.48
HSL 319.39º 0.6% 0.32% -
HSV(B) 319.39º 0.75% 0.52% -
XYZ 12.36 6.91 12.74 -
YUV 70.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 132 33 100 0 0.75 0.24 0.48 319.39 0.6 0.32
Hex 84 21 64 0 4B 18 30 13F 3C 20
Octal 204 41 144 0 113 30 60 477 74 40
Binary 10000100 100001 1100100 0 1001011 11000 110000 100111111 111100 100000

Color Harmonies of #842164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842164

Black with #842164

Text Example


Text Example

White with #842164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842164; }

 p { color: rgb(132,33,100); }

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

background-color css

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

 a { background-color: rgb(132,33,100); }

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

border-color css

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

 span { border-color: rgb(132,33,100); }

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