Html Css Color HEX #842384 Dark Purple

📋 copy color: '#842384'

red 132 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #842384

Tints of Dark Purple #842384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 44.15%
G = 11.71%
B = 44.15%

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

#842384 (or 0x842384) is known color: Dark Purple. HEX triplet: 84, 23 and 84. RGB value is (132,35,132). Sum of RGB (Red+Green+Blue) = 132+35+132=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842384 is #7BDC7B. Grayscale: #4A4A4A. Windows color (decimal): -8117372 or 8659844. OLE color: 8659844.

HSL color Cylindrical-coordinate representation of color #842384: hue angle of 300º degrees, saturation: 0.58, 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 #842384 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 132 -
CMYK 0 0.73 0 0.48
HSL 300º 0.58% 0.33% -
HSV(B) 300º 0.73% 0.52% -
XYZ 14.28 7.77 22.58 -
YUV 75.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 132 35 132 0 0.73 0 0.48 300 0.58 0.33
Hex 84 23 84 0 49 0 30 12C 3A 21
Octal 204 43 204 0 111 0 60 454 72 41
Binary 10000100 100011 10000100 0 1001001 0 110000 100101100 111010 100001

Color Harmonies of #842384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842384

Black with #842384

Text Example


Text Example

White with #842384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842384; }

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

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

background-color css

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

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

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

border-color css

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

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

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