Html Css Color HEX #840282 Purple

📋 copy color: '#840282'

red 132 ◦ green 2 ◦ blue 130

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

Shades of Purple #840282

Tints of Purple #840282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 50%
G = 0.76%
B = 49.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840282 (or 0x840282) is known color: Purple. HEX triplet: 84, 02 and 82. RGB value is (132,2,130). Sum of RGB (Red+Green+Blue) = 132+2+130=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840282 is #7BFD7D. Grayscale: #373737. Windows color (decimal): -8125822 or 8520324. OLE color: 8520324.

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

Color convert

RGB 132 2 130 -
CMYK 0 0.98 0.02 0.48
HSL 300.92º 0.97% 0.26% -
HSV(B) 300.92º 0.98% 0.52% -
XYZ 13.57 6.56 21.67 -
YUV 55.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 132 2 130 0 0.98 0.02 0.48 300.92 0.97 0.26
Hex 84 2 82 0 62 2 30 12D 61 1A
Octal 204 2 202 0 142 2 60 455 141 32
Binary 10000100 10 10000010 0 1100010 10 110000 100101101 1100001 11010

Color Harmonies of #840282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840282

Black with #840282

Text Example


Text Example

White with #840282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840282; }

 p { color: rgb(132,2,130); }

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

background-color css

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

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

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

border-color css

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

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

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