Html Css Color HEX #842083 Dark Purple

📋 copy color: '#842083'

red 132 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #842083

Tints of Dark Purple #842083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 44.75%
G = 10.85%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#842083 (or 0x842083) is known color: Dark Purple. HEX triplet: 84, 20 and 83. RGB value is (132,32,131). Sum of RGB (Red+Green+Blue) = 132+32+131=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842083 is #7BDF7C. Grayscale: #484848. Windows color (decimal): -8118141 or 8593540. OLE color: 8593540.

HSL color Cylindrical-coordinate representation of color #842083: hue angle of 300.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842083 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 131 -
CMYK 0 0.76 0.01 0.48
HSL 300.6º 0.61% 0.32% -
HSV(B) 300.6º 0.76% 0.52% -
XYZ 14.13 7.58 22.19 -
YUV 73.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 132 32 131 0 0.76 0.01 0.48 300.6 0.61 0.32
Hex 84 20 83 0 4C 1 30 12D 3D 20
Octal 204 40 203 0 114 1 60 455 75 40
Binary 10000100 100000 10000011 0 1001100 1 110000 100101101 111101 100000

Color Harmonies of #842083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842083

Black with #842083

Text Example


Text Example

White with #842083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842083; }

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

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

background-color css

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

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

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

border-color css

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

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

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