Html Css Color HEX #820195 Dark Magenta

📋 copy color: '#820195'

red 130 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #820195

Tints of Dark Magenta #820195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 46.43%
G = 0.36%
B = 53.21%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820195 (or 0x820195) is known color: Dark Magenta. HEX triplet: 82, 01 and 95. RGB value is (130,1,149). Sum of RGB (Red+Green+Blue) = 130+1+149=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #820195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820195 is #7DFE6A. Grayscale: #373737. Windows color (decimal): -8257131 or 9765250. OLE color: 9765250.

HSL color Cylindrical-coordinate representation of color #820195: hue angle of 292.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820195 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 1 149 -
CMYK 0.13 0.99 0 0.42
HSL 292.3º 0.99% 0.29% -
HSV(B) 292.3º 0.99% 0.58% -
XYZ 14.64 6.94 29 -
YUV 56.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 130 1 149 0.13 0.99 0 0.42 292.3 0.99 0.29
Hex 82 1 95 D 63 0 2A 124 63 1D
Octal 202 1 225 15 143 0 52 444 143 35
Binary 10000010 1 10010101 1101 1100011 0 101010 100100100 1100011 11101

Color Harmonies of #820195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820195

Black with #820195

Text Example


Text Example

White with #820195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820195; }

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

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

background-color css

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

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

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

border-color css

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

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

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