Html Css Color HEX #841965 Dark Purple

📋 copy color: '#841965'

red 132 ◦ green 25 ◦ blue 101

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

Shades of Dark Purple #841965

Tints of Dark Purple #841965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 51.16%
G = 9.69%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841965 (or 0x841965) is known color: Dark Purple. HEX triplet: 84, 19 and 65. RGB value is (132,25,101). Sum of RGB (Red+Green+Blue) = 132+25+101=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841965 is #7BE69A. Grayscale: #414141. Windows color (decimal): -8119963 or 6625668. OLE color: 6625668.

HSL color Cylindrical-coordinate representation of color #841965: hue angle of 317.38º 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 #841965 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 101 -
CMYK 0 0.81 0.23 0.48
HSL 317.38º 0.68% 0.31% -
HSV(B) 317.38º 0.81% 0.52% -
XYZ 12.21 6.54 12.93 -
YUV 65.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 132 25 101 0 0.81 0.23 0.48 317.38 0.68 0.31
Hex 84 19 65 0 51 17 30 13D 44 1F
Octal 204 31 145 0 121 27 60 475 104 37
Binary 10000100 11001 1100101 0 1010001 10111 110000 100111101 1000100 11111

Color Harmonies of #841965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841965

Black with #841965

Text Example


Text Example

White with #841965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841965; }

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

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

background-color css

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

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

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

border-color css

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

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

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