Html Css Color HEX #82165E Dark Purple

📋 copy color: '#82165E'

red 130 ◦ green 22 ◦ blue 94

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

Shades of Dark Purple #82165E

Tints of Dark Purple #82165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 52.85%
G = 8.94%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82165E (or 0x82165E) is known color: Dark Purple. HEX triplet: 82, 16 and 5E. RGB value is (130,22,94). Sum of RGB (Red+Green+Blue) = 130+22+94=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82165E is #7DE9A1. Grayscale: #3E3E3E. Windows color (decimal): -8251810 or 6166146. OLE color: 6166146.

HSL color Cylindrical-coordinate representation of color #82165E: hue angle of 320º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82165E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 94 -
CMYK 0 0.83 0.28 0.49
HSL 320º 0.71% 0.3% -
HSV(B) 320º 0.83% 0.51% -
XYZ 11.51 6.13 11.17 -
YUV 62.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 130 22 94 0 0.83 0.28 0.49 320 0.71 0.3
Hex 82 16 5E 0 53 1C 31 140 47 1E
Octal 202 26 136 0 123 34 61 500 107 36
Binary 10000010 10110 1011110 0 1010011 11100 110001 101000000 1000111 11110

Color Harmonies of #82165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82165E

Black with #82165E

Text Example


Text Example

White with #82165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82165E; }

 p { color: rgb(130,22,94); }

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

background-color css

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

 a { background-color: rgb(130,22,94); }

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

border-color css

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

 span { border-color: rgb(130,22,94); }

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