Html Css Color HEX #820696 Dark Magenta

📋 copy color: '#820696'

red 130 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #820696

Tints of Dark Magenta #820696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 45.45%
G = 2.1%
B = 52.45%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820696 (or 0x820696) is known color: Dark Magenta. HEX triplet: 82, 06 and 96. RGB value is (130,6,150). Sum of RGB (Red+Green+Blue) = 130+6+150=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #820696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820696 is #7DF969. Grayscale: #3B3B3B. Windows color (decimal): -8255850 or 9832066. OLE color: 9832066.

HSL color Cylindrical-coordinate representation of color #820696: hue angle of 291.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820696 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 6 150 -
CMYK 0.13 0.96 0 0.41
HSL 291.67º 0.92% 0.31% -
HSV(B) 291.67º 0.96% 0.59% -
XYZ 14.78 7.08 29.44 -
YUV 59.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 130 6 150 0.13 0.96 0 0.41 291.67 0.92 0.31
Hex 82 6 96 D 60 0 29 124 5C 1F
Octal 202 6 226 15 140 0 51 444 134 37
Binary 10000010 110 10010110 1101 1100000 0 101001 100100100 1011100 11111

Color Harmonies of #820696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820696

Black with #820696

Text Example


Text Example

White with #820696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820696; }

 p { color: rgb(130,6,150); }

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

background-color css

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

 a { background-color: rgb(130,6,150); }

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

border-color css

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

 span { border-color: rgb(130,6,150); }

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