Html Css Color HEX #842484 Dark Purple

📋 copy color: '#842484'

red 132 ◦ green 36 ◦ blue 132

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

Shades of Dark Purple #842484

Tints of Dark Purple #842484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 44%
G = 12%
B = 44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842484 (or 0x842484) is known color: Dark Purple. HEX triplet: 84, 24 and 84. RGB value is (132,36,132). Sum of RGB (Red+Green+Blue) = 132+36+132=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842484 is #7BDB7B. Grayscale: #4B4B4B. Windows color (decimal): -8117116 or 8660100. OLE color: 8660100.

HSL color Cylindrical-coordinate representation of color #842484: hue angle of 300º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842484 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 132 -
CMYK 0 0.73 0 0.48
HSL 300º 0.57% 0.33% -
HSV(B) 300º 0.73% 0.52% -
XYZ 14.31 7.83 22.59 -
YUV 75.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 132 36 132 0 0.73 0 0.48 300 0.57 0.33
Hex 84 24 84 0 49 0 30 12C 39 21
Octal 204 44 204 0 111 0 60 454 71 41
Binary 10000100 100100 10000100 0 1001001 0 110000 100101100 111001 100001

Color Harmonies of #842484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842484

Black with #842484

Text Example


Text Example

White with #842484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842484; }

 p { color: rgb(132,36,132); }

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

background-color css

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

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

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

border-color css

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

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

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