Html Css Color HEX #820B6B Dark Purple

📋 copy color: '#820B6B'

red 130 ◦ green 11 ◦ blue 107

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

Shades of Dark Purple #820B6B

Tints of Dark Purple #820B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

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

R = 52.42%
G = 4.44%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#820B6B (or 0x820B6B) is known color: Dark Purple. HEX triplet: 82, 0B and 6B. RGB value is (130,11,107). Sum of RGB (Red+Green+Blue) = 130+11+107=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B6B is #7DF494. Grayscale: #393939. Windows color (decimal): -8254613 or 7015298. OLE color: 7015298.

HSL color Cylindrical-coordinate representation of color #820B6B: hue angle of 311.6º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B6B is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 107 -
CMYK 0 0.92 0.18 0.49
HSL 311.6º 0.84% 0.28% -
HSV(B) 311.6º 0.92% 0.51% -
XYZ 11.98 6.05 14.45 -
YUV 57.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 130 11 107 0 0.92 0.18 0.49 311.6 0.84 0.28
Hex 82 B 6B 0 5C 12 31 138 54 1C
Octal 202 13 153 0 134 22 61 470 124 34
Binary 10000010 1011 1101011 0 1011100 10010 110001 100111000 1010100 11100

Color Harmonies of #820B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B6B

Black with #820B6B

Text Example


Text Example

White with #820B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B6B; }

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

 H1.HeaderClassName
 {
   color: #820B6B;
 }
 .AnyTagClassName
 {
   color: #820B6B;
 }
</style>

background-color css

<style>
 a { background-color: #820B6B; }

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

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

border-color css

<style>
 span { border-color: #820B6B; }

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

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