Html Css Color HEX #82157D Dark Purple

📋 copy color: '#82157D'

red 130 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #82157D

Tints of Dark Purple #82157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 47.1%
G = 7.61%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82157D (or 0x82157D) is known color: Dark Purple. HEX triplet: 82, 15 and 7D. RGB value is (130,21,125). Sum of RGB (Red+Green+Blue) = 130+21+125=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82157D is #7DEA82. Grayscale: #414141. Windows color (decimal): -8252035 or 8197506. OLE color: 8197506.

HSL color Cylindrical-coordinate representation of color #82157D: hue angle of 302.75º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82157D is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 125 -
CMYK 0 0.84 0.04 0.49
HSL 302.75º 0.72% 0.3% -
HSV(B) 302.75º 0.84% 0.51% -
XYZ 13.18 6.76 20.01 -
YUV 65.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 130 21 125 0 0.84 0.04 0.49 302.75 0.72 0.3
Hex 82 15 7D 0 54 4 31 12F 48 1E
Octal 202 25 175 0 124 4 61 457 110 36
Binary 10000010 10101 1111101 0 1010100 100 110001 100101111 1001000 11110

Color Harmonies of #82157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82157D

Black with #82157D

Text Example


Text Example

White with #82157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82157D; }

 p { color: rgb(130,21,125); }

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

background-color css

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

 a { background-color: rgb(130,21,125); }

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

border-color css

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

 span { border-color: rgb(130,21,125); }

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