Html Css Color HEX #840384 Purple

📋 copy color: '#840384'

red 132 ◦ green 3 ◦ blue 132

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

Shades of Purple #840384

Tints of Purple #840384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 49.44%
G = 1.12%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#840384 (or 0x840384) is known color: Purple. HEX triplet: 84, 03 and 84. RGB value is (132,3,132). Sum of RGB (Red+Green+Blue) = 132+3+132=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #840384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840384 is #7BFC7B. Grayscale: #373737. Windows color (decimal): -8125564 or 8651652. OLE color: 8651652.

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

Color convert

RGB 132 3 132 -
CMYK 0 0.98 0 0.48
HSL 300º 0.96% 0.26% -
HSV(B) 300º 0.98% 0.52% -
XYZ 13.71 6.64 22.39 -
YUV 56.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 132 3 132 0 0.98 0 0.48 300 0.96 0.26
Hex 84 3 84 0 62 0 30 12C 60 1A
Octal 204 3 204 0 142 0 60 454 140 32
Binary 10000100 11 10000100 0 1100010 0 110000 100101100 1100000 11010

Color Harmonies of #840384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840384

Black with #840384

Text Example


Text Example

White with #840384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840384; }

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

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

background-color css

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

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

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

border-color css

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

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

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