Html Css Color HEX #842165 Dark Purple

📋 copy color: '#842165'

red 132 ◦ green 33 ◦ blue 101

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

Shades of Dark Purple #842165

Tints of Dark Purple #842165

RGB

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

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

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

R = 49.62%
G = 12.41%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#842165 (or 0x842165) is known color: Dark Purple. HEX triplet: 84, 21 and 65. RGB value is (132,33,101). Sum of RGB (Red+Green+Blue) = 132+33+101=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #842165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842165 is #7BDE9A. Grayscale: #464646. Windows color (decimal): -8117915 or 6627716. OLE color: 6627716.

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

Color convert

RGB 132 33 101 -
CMYK 0 0.75 0.23 0.48
HSL 318.79º 0.6% 0.32% -
HSV(B) 318.79º 0.75% 0.52% -
XYZ 12.41 6.93 13 -
YUV 70.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 132 33 101 0 0.75 0.23 0.48 318.79 0.6 0.32
Hex 84 21 65 0 4B 17 30 13F 3C 20
Octal 204 41 145 0 113 27 60 477 74 40
Binary 10000100 100001 1100101 0 1001011 10111 110000 100111111 111100 100000

Color Harmonies of #842165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842165

Black with #842165

Text Example


Text Example

White with #842165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842165; }

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

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

background-color css

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

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

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

border-color css

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

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

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