Html Css Color HEX #820296 Dark Magenta

📋 copy color: '#820296'

red 130 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #820296

Tints of Dark Magenta #820296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 46.1%
G = 0.71%
B = 53.19%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820296 (or 0x820296) is known color: Dark Magenta. HEX triplet: 82, 02 and 96. RGB value is (130,2,150). Sum of RGB (Red+Green+Blue) = 130+2+150=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #820296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820296 is #7DFD69. Grayscale: #383838. Windows color (decimal): -8256874 or 9831042. OLE color: 9831042.

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

Color convert

RGB 130 2 150 -
CMYK 0.13 0.99 0 0.41
HSL 291.89º 0.97% 0.3% -
HSV(B) 291.89º 0.99% 0.59% -
XYZ 14.73 6.99 29.43 -
YUV 57.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 130 2 150 0.13 0.99 0 0.41 291.89 0.97 0.3
Hex 82 2 96 D 63 0 29 124 61 1E
Octal 202 2 226 15 143 0 51 444 141 36
Binary 10000010 10 10010110 1101 1100011 0 101001 100100100 1100001 11110

Color Harmonies of #820296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820296

Black with #820296

Text Example


Text Example

White with #820296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820296; }

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

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

background-color css

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

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

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

border-color css

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

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

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