Html Css Color HEX #842C81 Dark Purple

📋 copy color: '#842C81'

red 132 ◦ green 44 ◦ blue 129

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

Shades of Dark Purple #842C81

Tints of Dark Purple #842C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 43.28%
G = 14.43%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#842C81 (or 0x842C81) is known color: Dark Purple. HEX triplet: 84, 2C and 81. RGB value is (132,44,129). Sum of RGB (Red+Green+Blue) = 132+44+129=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #842C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C81 is #7BD37E. Grayscale: #4F4F4F. Windows color (decimal): -8115071 or 8465540. OLE color: 8465540.

HSL color Cylindrical-coordinate representation of color #842C81: hue angle of 302.05º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C81 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 44 129 -
CMYK 0 0.67 0.02 0.48
HSL 302.05º 0.5% 0.35% -
HSV(B) 302.05º 0.67% 0.52% -
XYZ 14.38 8.29 21.61 -
YUV 80 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 132 44 129 0 0.67 0.02 0.48 302.05 0.5 0.35
Hex 84 2C 81 0 43 2 30 12E 32 23
Octal 204 54 201 0 103 2 60 456 62 43
Binary 10000100 101100 10000001 0 1000011 10 110000 100101110 110010 100011

Color Harmonies of #842C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C81

Black with #842C81

Text Example


Text Example

White with #842C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C81; }

 p { color: rgb(132,44,129); }

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

background-color css

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

 a { background-color: rgb(132,44,129); }

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

border-color css

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

 span { border-color: rgb(132,44,129); }

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