Html Css Color HEX #820196 Dark Magenta

📋 copy color: '#820196'

red 130 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #820196

Tints of Dark Magenta #820196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 46.26%
G = 0.36%
B = 53.38%

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

#820196 (or 0x820196) is known color: Dark Magenta. HEX triplet: 82, 01 and 96. RGB value is (130,1,150). Sum of RGB (Red+Green+Blue) = 130+1+150=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #820196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820196 is #7DFE69. Grayscale: #383838. Windows color (decimal): -8257130 or 9830786. OLE color: 9830786.

HSL color Cylindrical-coordinate representation of color #820196: hue angle of 291.95º degrees, saturation: 0.99, 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 #820196 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 1 150 -
CMYK 0.13 0.99 0 0.41
HSL 291.95º 0.99% 0.3% -
HSV(B) 291.95º 0.99% 0.59% -
XYZ 14.72 6.97 29.42 -
YUV 56.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 130 1 150 0.13 0.99 0 0.41 291.95 0.99 0.3
Hex 82 1 96 D 63 0 29 124 63 1E
Octal 202 1 226 15 143 0 51 444 143 36
Binary 10000010 1 10010110 1101 1100011 0 101001 100100100 1100011 11110

Color Harmonies of #820196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820196

Black with #820196

Text Example


Text Example

White with #820196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820196; }

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

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

background-color css

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

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

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

border-color css

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

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

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