Html Css Color HEX #842289 Dark Purple

📋 copy color: '#842289'

red 132 ◦ green 34 ◦ blue 137

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

Shades of Dark Purple #842289

Tints of Dark Purple #842289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 43.56%
G = 11.22%
B = 45.21%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#842289 (or 0x842289) is known color: Dark Purple. HEX triplet: 84, 22 and 89. RGB value is (132,34,137). Sum of RGB (Red+Green+Blue) = 132+34+137=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #842289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842289 is #7BDD76. Grayscale: #4A4A4A. Windows color (decimal): -8117623 or 8987268. OLE color: 8987268.

HSL color Cylindrical-coordinate representation of color #842289: hue angle of 297.09º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842289 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 34 137 -
CMYK 0.04 0.75 0 0.46
HSL 297.09º 0.6% 0.34% -
HSV(B) 297.09º 0.75% 0.54% -
XYZ 14.6 7.86 24.41 -
YUV 75.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 132 34 137 0.04 0.75 0 0.46 297.09 0.6 0.34
Hex 84 22 89 4 4B 0 2E 129 3C 22
Octal 204 42 211 4 113 0 56 451 74 42
Binary 10000100 100010 10001001 100 1001011 0 101110 100101001 111100 100010

Color Harmonies of #842289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842289

Black with #842289

Text Example


Text Example

White with #842289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842289; }

 p { color: rgb(132,34,137); }

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

background-color css

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

 a { background-color: rgb(132,34,137); }

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

border-color css

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

 span { border-color: rgb(132,34,137); }

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