Html Css Color HEX #842967 Dark Purple

📋 copy color: '#842967'

red 132 ◦ green 41 ◦ blue 103

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

Shades of Dark Purple #842967

Tints of Dark Purple #842967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 47.83%
G = 14.86%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#842967 (or 0x842967) is known color: Dark Purple. HEX triplet: 84, 29 and 67. RGB value is (132,41,103). Sum of RGB (Red+Green+Blue) = 132+41+103=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #842967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842967 is #7BD698. Grayscale: #4B4B4B. Windows color (decimal): -8115865 or 6760836. OLE color: 6760836.

HSL color Cylindrical-coordinate representation of color #842967: hue angle of 319.12º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842967 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 103 -
CMYK 0 0.69 0.22 0.48
HSL 319.12º 0.53% 0.34% -
HSV(B) 319.12º 0.69% 0.52% -
XYZ 12.76 7.47 13.6 -
YUV 75.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 132 41 103 0 0.69 0.22 0.48 319.12 0.53 0.34
Hex 84 29 67 0 45 16 30 13F 35 22
Octal 204 51 147 0 105 26 60 477 65 42
Binary 10000100 101001 1100111 0 1000101 10110 110000 100111111 110101 100010

Color Harmonies of #842967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842967

Black with #842967

Text Example


Text Example

White with #842967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842967; }

 p { color: rgb(132,41,103); }

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

background-color css

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

 a { background-color: rgb(132,41,103); }

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

border-color css

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

 span { border-color: rgb(132,41,103); }

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