Html Css Color HEX #842087 Dark Purple

📋 copy color: '#842087'

red 132 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #842087

Tints of Dark Purple #842087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 44.15%
G = 10.7%
B = 45.15%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842087 (or 0x842087) is known color: Dark Purple. HEX triplet: 84, 20 and 87. RGB value is (132,32,135). Sum of RGB (Red+Green+Blue) = 132+32+135=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #842087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842087 is #7BDF78. Grayscale: #494949. Windows color (decimal): -8118137 or 8855684. OLE color: 8855684.

HSL color Cylindrical-coordinate representation of color #842087: hue angle of 298.25º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842087 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 32 135 -
CMYK 0.02 0.76 0 0.47
HSL 298.25º 0.62% 0.33% -
HSV(B) 298.25º 0.76% 0.53% -
XYZ 14.41 7.69 23.65 -
YUV 73.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 132 32 135 0.02 0.76 0 0.47 298.25 0.62 0.33
Hex 84 20 87 2 4C 0 2F 12A 3E 21
Octal 204 40 207 2 114 0 57 452 76 41
Binary 10000100 100000 10000111 10 1001100 0 101111 100101010 111110 100001

Color Harmonies of #842087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842087

Black with #842087

Text Example


Text Example

White with #842087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842087; }

 p { color: rgb(132,32,135); }

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

background-color css

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

 a { background-color: rgb(132,32,135); }

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

border-color css

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

 span { border-color: rgb(132,32,135); }

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