Html Css Color HEX #82146A Dark Purple

📋 copy color: '#82146A'

red 130 ◦ green 20 ◦ blue 106

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

Shades of Dark Purple #82146A

Tints of Dark Purple #82146A

RGB

 RED value IS 130 (51.17% from 255) = 50.78%

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 50.78%
G = 7.81%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82146A (or 0x82146A) is known color: Dark Purple. HEX triplet: 82, 14 and 6A. RGB value is (130,20,106). Sum of RGB (Red+Green+Blue) = 130+20+106=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82146A is #7DEB95. Grayscale: #3E3E3E. Windows color (decimal): -8252310 or 6952066. OLE color: 6952066.

HSL color Cylindrical-coordinate representation of color #82146A: hue angle of 313.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82146A is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 106 -
CMYK 0 0.85 0.18 0.49
HSL 313.09º 0.73% 0.29% -
HSV(B) 313.09º 0.85% 0.51% -
XYZ 12.06 6.29 14.21 -
YUV 62.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 130 20 106 0 0.85 0.18 0.49 313.09 0.73 0.29
Hex 82 14 6A 0 55 12 31 139 49 1D
Octal 202 24 152 0 125 22 61 471 111 35
Binary 10000010 10100 1101010 0 1010101 10010 110001 100111001 1001001 11101

Color Harmonies of #82146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82146A

Black with #82146A

Text Example


Text Example

White with #82146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82146A; }

 p { color: rgb(130,20,106); }

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

background-color css

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

 a { background-color: rgb(130,20,106); }

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

border-color css

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

 span { border-color: rgb(130,20,106); }

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