Html Css Color HEX #82136C Dark Purple

📋 copy color: '#82136C'

red 130 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #82136C

Tints of Dark Purple #82136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 50.58%
G = 7.39%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82136C (or 0x82136C) is known color: Dark Purple. HEX triplet: 82, 13 and 6C. RGB value is (130,19,108). Sum of RGB (Red+Green+Blue) = 130+19+108=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82136C is #7DEC93. Grayscale: #3E3E3E. Windows color (decimal): -8252564 or 7082882. OLE color: 7082882.

HSL color Cylindrical-coordinate representation of color #82136C: hue angle of 311.89º degrees, saturation: 0.74, 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 #82136C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 108 -
CMYK 0 0.85 0.17 0.49
HSL 311.89º 0.74% 0.29% -
HSV(B) 311.89º 0.85% 0.51% -
XYZ 12.15 6.29 14.76 -
YUV 62.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 130 19 108 0 0.85 0.17 0.49 311.89 0.74 0.29
Hex 82 13 6C 0 55 11 31 138 4A 1D
Octal 202 23 154 0 125 21 61 470 112 35
Binary 10000010 10011 1101100 0 1010101 10001 110001 100111000 1001010 11101

Color Harmonies of #82136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82136C

Black with #82136C

Text Example


Text Example

White with #82136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82136C; }

 p { color: rgb(130,19,108); }

 H1.HeaderClassName
 {
   color: #82136C;
 }
 .AnyTagClassName
 {
   color: #82136C;
 }
</style>

background-color css

<style>
 a { background-color: #82136C; }

 a { background-color: rgb(130,19,108); }

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

border-color css

<style>
 span { border-color: #82136C; }

 span { border-color: rgb(130,19,108); }

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