Html Css Color HEX #82086B Dark Purple

📋 copy color: '#82086B'

red 130 ◦ green 8 ◦ blue 107

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

Shades of Dark Purple #82086B

Tints of Dark Purple #82086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 53.06%
G = 3.27%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82086B (or 0x82086B) is known color: Dark Purple. HEX triplet: 82, 08 and 6B. RGB value is (130,8,107). Sum of RGB (Red+Green+Blue) = 130+8+107=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82086B is #7DF794. Grayscale: #373737. Windows color (decimal): -8255381 or 7014530. OLE color: 7014530.

HSL color Cylindrical-coordinate representation of color #82086B: hue angle of 311.31º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82086B is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 107 -
CMYK 0 0.94 0.18 0.49
HSL 311.31º 0.88% 0.27% -
HSV(B) 311.31º 0.94% 0.51% -
XYZ 11.95 5.98 14.43 -
YUV 55.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 130 8 107 0 0.94 0.18 0.49 311.31 0.88 0.27
Hex 82 8 6B 0 5E 12 31 137 58 1B
Octal 202 10 153 0 136 22 61 467 130 33
Binary 10000010 1000 1101011 0 1011110 10010 110001 100110111 1011000 11011

Color Harmonies of #82086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82086B

Black with #82086B

Text Example


Text Example

White with #82086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82086B; }

 p { color: rgb(130,8,107); }

 H1.HeaderClassName
 {
   color: #82086B;
 }
 .AnyTagClassName
 {
   color: #82086B;
 }
</style>

background-color css

<style>
 a { background-color: #82086B; }

 a { background-color: rgb(130,8,107); }

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

border-color css

<style>
 span { border-color: #82086B; }

 span { border-color: rgb(130,8,107); }

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