Html Css Color HEX #82187D Dark Purple

📋 copy color: '#82187D'

red 130 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #82187D

Tints of Dark Purple #82187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 46.59%
G = 8.6%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82187D (or 0x82187D) is known color: Dark Purple. HEX triplet: 82, 18 and 7D. RGB value is (130,24,125). Sum of RGB (Red+Green+Blue) = 130+24+125=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187D is #7DE782. Grayscale: #424242. Windows color (decimal): -8251267 or 8198274. OLE color: 8198274.

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

Color convert

RGB 130 24 125 -
CMYK 0 0.82 0.04 0.49
HSL 302.83º 0.69% 0.3% -
HSV(B) 302.83º 0.82% 0.51% -
XYZ 13.23 6.88 20.03 -
YUV 67.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 130 24 125 0 0.82 0.04 0.49 302.83 0.69 0.3
Hex 82 18 7D 0 52 4 31 12F 45 1E
Octal 202 30 175 0 122 4 61 457 105 36
Binary 10000010 11000 1111101 0 1010010 100 110001 100101111 1000101 11110

Color Harmonies of #82187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82187D

Black with #82187D

Text Example


Text Example

White with #82187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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