Html Css Color HEX #820E6B Dark Purple

📋 copy color: '#820E6B'

red 130 ◦ green 14 ◦ blue 107

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

Shades of Dark Purple #820E6B

Tints of Dark Purple #820E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

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

R = 51.79%
G = 5.58%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#820E6B (or 0x820E6B) is known color: Dark Purple. HEX triplet: 82, 0E and 6B. RGB value is (130,14,107). Sum of RGB (Red+Green+Blue) = 130+14+107=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #820E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E6B is #7DF194. Grayscale: #3B3B3B. Windows color (decimal): -8253845 or 7016066. OLE color: 7016066.

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

Color convert

RGB 130 14 107 -
CMYK 0 0.89 0.18 0.49
HSL 311.9º 0.81% 0.28% -
HSV(B) 311.9º 0.89% 0.51% -
XYZ 12.02 6.12 14.46 -
YUV 59.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 130 14 107 0 0.89 0.18 0.49 311.9 0.81 0.28
Hex 82 E 6B 0 59 12 31 138 51 1C
Octal 202 16 153 0 131 22 61 470 121 34
Binary 10000010 1110 1101011 0 1011001 10010 110001 100111000 1010001 11100

Color Harmonies of #820E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E6B

Black with #820E6B

Text Example


Text Example

White with #820E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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