Html Css Color HEX #820292 Dark Magenta

📋 copy color: '#820292'

red 130 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #820292

Tints of Dark Magenta #820292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 46.76%
G = 0.72%
B = 52.52%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#820292 (or 0x820292) is known color: Dark Magenta. HEX triplet: 82, 02 and 92. RGB value is (130,2,146). Sum of RGB (Red+Green+Blue) = 130+2+146=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #820292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820292 is #7DFD6D. Grayscale: #383838. Windows color (decimal): -8256878 or 9568898. OLE color: 9568898.

HSL color Cylindrical-coordinate representation of color #820292: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820292 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 2 146 -
CMYK 0.11 0.99 0 0.43
HSL 293.33º 0.97% 0.29% -
HSV(B) 293.33º 0.99% 0.57% -
XYZ 14.42 6.86 27.76 -
YUV 56.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 130 2 146 0.11 0.99 0 0.43 293.33 0.97 0.29
Hex 82 2 92 B 63 0 2B 125 61 1D
Octal 202 2 222 13 143 0 53 445 141 35
Binary 10000010 10 10010010 1011 1100011 0 101011 100100101 1100001 11101

Color Harmonies of #820292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820292

Black with #820292

Text Example


Text Example

White with #820292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820292; }

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

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

background-color css

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

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

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

border-color css

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

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

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