Html Css Color HEX #82136E Dark Purple

📋 copy color: '#82136E'

red 130 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #82136E

Tints of Dark Purple #82136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.47%

R = 50.19%
G = 7.34%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82136E (or 0x82136E) is known color: Dark Purple. HEX triplet: 82, 13 and 6E. RGB value is (130,19,110). Sum of RGB (Red+Green+Blue) = 130+19+110=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82136E is #7DEC91. Grayscale: #3E3E3E. Windows color (decimal): -8252562 or 7213954. OLE color: 7213954.

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

Color convert

RGB 130 19 110 -
CMYK 0 0.85 0.15 0.49
HSL 310.81º 0.74% 0.29% -
HSV(B) 310.81º 0.85% 0.51% -
XYZ 12.25 6.34 15.33 -
YUV 62.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 130 19 110 0 0.85 0.15 0.49 310.81 0.74 0.29
Hex 82 13 6E 0 55 F 31 137 4A 1D
Octal 202 23 156 0 125 17 61 467 112 35
Binary 10000010 10011 1101110 0 1010101 1111 110001 100110111 1001010 11101

Color Harmonies of #82136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82136E

Black with #82136E

Text Example


Text Example

White with #82136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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