Html Css Color HEX #820295 Dark Magenta

📋 copy color: '#820295'

red 130 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #820295

Tints of Dark Magenta #820295

RGB

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

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

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

R = 46.26%
G = 0.71%
B = 53.02%

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

#820295 (or 0x820295) is known color: Dark Magenta. HEX triplet: 82, 02 and 95. RGB value is (130,2,149). Sum of RGB (Red+Green+Blue) = 130+2+149=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #820295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820295 is #7DFD6A. Grayscale: #383838. Windows color (decimal): -8256875 or 9765506. OLE color: 9765506.

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

Color convert

RGB 130 2 149 -
CMYK 0.13 0.99 0 0.42
HSL 292.24º 0.97% 0.3% -
HSV(B) 292.24º 0.99% 0.58% -
XYZ 14.65 6.96 29 -
YUV 57.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 130 2 149 0.13 0.99 0 0.42 292.24 0.97 0.3
Hex 82 2 95 D 63 0 2A 124 61 1E
Octal 202 2 225 15 143 0 52 444 141 36
Binary 10000010 10 10010101 1101 1100011 0 101010 100100100 1100001 11110

Color Harmonies of #820295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820295

Black with #820295

Text Example


Text Example

White with #820295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820295; }

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

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

background-color css

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

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

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

border-color css

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

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

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