Html Css Color HEX #842287 Dark Purple

📋 copy color: '#842287'

red 132 ◦ green 34 ◦ blue 135

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

Shades of Dark Purple #842287

Tints of Dark Purple #842287

RGB

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

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

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

R = 43.85%
G = 11.3%
B = 44.85%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842287 (or 0x842287) is known color: Dark Purple. HEX triplet: 84, 22 and 87. RGB value is (132,34,135). Sum of RGB (Red+Green+Blue) = 132+34+135=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #842287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842287 is #7BDD78. Grayscale: #4A4A4A. Windows color (decimal): -8117625 or 8856196. OLE color: 8856196.

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

Color convert

RGB 132 34 135 -
CMYK 0.02 0.75 0 0.47
HSL 298.22º 0.6% 0.33% -
HSV(B) 298.22º 0.75% 0.53% -
XYZ 14.46 7.8 23.66 -
YUV 74.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 132 34 135 0.02 0.75 0 0.47 298.22 0.6 0.33
Hex 84 22 87 2 4B 0 2F 12A 3C 21
Octal 204 42 207 2 113 0 57 452 74 41
Binary 10000100 100010 10000111 10 1001011 0 101111 100101010 111100 100001

Color Harmonies of #842287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842287

Black with #842287

Text Example


Text Example

White with #842287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842287; }

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

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

background-color css

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

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

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

border-color css

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

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

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