Html Css Color HEX #841964 Dark Purple

📋 copy color: '#841964'

red 132 ◦ green 25 ◦ blue 100

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

Shades of Dark Purple #841964

Tints of Dark Purple #841964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

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

R = 51.36%
G = 9.73%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#841964 (or 0x841964) is known color: Dark Purple. HEX triplet: 84, 19 and 64. RGB value is (132,25,100). Sum of RGB (Red+Green+Blue) = 132+25+100=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #841964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841964 is #7BE69B. Grayscale: #414141. Windows color (decimal): -8119964 or 6560132. OLE color: 6560132.

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

Color convert

RGB 132 25 100 -
CMYK 0 0.81 0.24 0.48
HSL 317.94º 0.68% 0.31% -
HSV(B) 317.94º 0.81% 0.52% -
XYZ 12.16 6.52 12.67 -
YUV 65.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 132 25 100 0 0.81 0.24 0.48 317.94 0.68 0.31
Hex 84 19 64 0 51 18 30 13E 44 1F
Octal 204 31 144 0 121 30 60 476 104 37
Binary 10000100 11001 1100100 0 1010001 11000 110000 100111110 1000100 11111

Color Harmonies of #841964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841964

Black with #841964

Text Example


Text Example

White with #841964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841964; }

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

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

background-color css

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

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

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

border-color css

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

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

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