Html Css Color HEX #82167B Dark Purple

📋 copy color: '#82167B'

red 130 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #82167B

Tints of Dark Purple #82167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 47.27%
G = 8%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82167B (or 0x82167B) is known color: Dark Purple. HEX triplet: 82, 16 and 7B. RGB value is (130,22,123). Sum of RGB (Red+Green+Blue) = 130+22+123=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82167B is #7DE984. Grayscale: #414141. Windows color (decimal): -8251781 or 8066690. OLE color: 8066690.

HSL color Cylindrical-coordinate representation of color #82167B: hue angle of 303.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82167B is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 123 -
CMYK 0 0.83 0.05 0.49
HSL 303.89º 0.71% 0.3% -
HSV(B) 303.89º 0.83% 0.51% -
XYZ 13.07 6.75 19.35 -
YUV 65.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 130 22 123 0 0.83 0.05 0.49 303.89 0.71 0.3
Hex 82 16 7B 0 53 5 31 130 47 1E
Octal 202 26 173 0 123 5 61 460 107 36
Binary 10000010 10110 1111011 0 1010011 101 110001 100110000 1000111 11110

Color Harmonies of #82167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82167B

Black with #82167B

Text Example


Text Example

White with #82167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,22,123); }

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

background-color css

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

 a { background-color: rgb(130,22,123); }

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

border-color css

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

 span { border-color: rgb(130,22,123); }

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