Html Css Color HEX #842286 Dark Purple

📋 copy color: '#842286'

red 132 ◦ green 34 ◦ blue 134

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

Shades of Dark Purple #842286

Tints of Dark Purple #842286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 44%
G = 11.33%
B = 44.67%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842286 (or 0x842286) is known color: Dark Purple. HEX triplet: 84, 22 and 86. RGB value is (132,34,134). Sum of RGB (Red+Green+Blue) = 132+34+134=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #842286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842286 is #7BDD79. Grayscale: #4A4A4A. Windows color (decimal): -8117626 or 8790660. OLE color: 8790660.

HSL color Cylindrical-coordinate representation of color #842286: hue angle of 298.8º 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 #842286 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 34 134 -
CMYK 0.01 0.75 0 0.47
HSL 298.8º 0.6% 0.33% -
HSV(B) 298.8º 0.75% 0.53% -
XYZ 14.39 7.77 23.3 -
YUV 74.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 132 34 134 0.01 0.75 0 0.47 298.8 0.6 0.33
Hex 84 22 86 1 4B 0 2F 12B 3C 21
Octal 204 42 206 1 113 0 57 453 74 41
Binary 10000100 100010 10000110 1 1001011 0 101111 100101011 111100 100001

Color Harmonies of #842286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842286

Black with #842286

Text Example


Text Example

White with #842286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842286; }

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

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

background-color css

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

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

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

border-color css

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

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

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