Html Css Color HEX #82146B Dark Purple

📋 copy color: '#82146B'

red 130 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #82146B

Tints of Dark Purple #82146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 50.58%
G = 7.78%
B = 41.63%

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

#82146B (or 0x82146B) is known color: Dark Purple. HEX triplet: 82, 14 and 6B. RGB value is (130,20,107). Sum of RGB (Red+Green+Blue) = 130+20+107=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82146B is #7DEB94. Grayscale: #3E3E3E. Windows color (decimal): -8252309 or 7017602. OLE color: 7017602.

HSL color Cylindrical-coordinate representation of color #82146B: hue angle of 312.55º 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 #82146B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 107 -
CMYK 0 0.85 0.18 0.49
HSL 312.55º 0.73% 0.29% -
HSV(B) 312.55º 0.85% 0.51% -
XYZ 12.11 6.31 14.49 -
YUV 62.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 130 20 107 0 0.85 0.18 0.49 312.55 0.73 0.29
Hex 82 14 6B 0 55 12 31 139 49 1D
Octal 202 24 153 0 125 22 61 471 111 35
Binary 10000010 10100 1101011 0 1010101 10010 110001 100111001 1001001 11101

Color Harmonies of #82146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82146B

Black with #82146B

Text Example


Text Example

White with #82146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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