Html Css Color HEX #841082 Purple

📋 copy color: '#841082'

red 132 ◦ green 16 ◦ blue 130

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

Shades of Purple #841082

Tints of Purple #841082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 47.48%
G = 5.76%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#841082 (or 0x841082) is known color: Purple. HEX triplet: 84, 10 and 82. RGB value is (132,16,130). Sum of RGB (Red+Green+Blue) = 132+16+130=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #841082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841082 is #7BEF7D. Grayscale: #3F3F3F. Windows color (decimal): -8122238 or 8523908. OLE color: 8523908.

HSL color Cylindrical-coordinate representation of color #841082: hue angle of 301.03º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841082 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 130 -
CMYK 0 0.88 0.02 0.48
HSL 301.03º 0.78% 0.29% -
HSV(B) 301.03º 0.88% 0.52% -
XYZ 13.73 6.89 21.72 -
YUV 63.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 132 16 130 0 0.88 0.02 0.48 301.03 0.78 0.29
Hex 84 10 82 0 58 2 30 12D 4E 1D
Octal 204 20 202 0 130 2 60 455 116 35
Binary 10000100 10000 10000010 0 1011000 10 110000 100101101 1001110 11101

Color Harmonies of #841082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841082

Black with #841082

Text Example


Text Example

White with #841082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841082; }

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

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

background-color css

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

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

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

border-color css

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

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

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