Html Css Color HEX #820392 Dark Magenta

📋 copy color: '#820392'

red 130 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #820392

Tints of Dark Magenta #820392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 46.59%
G = 1.08%
B = 52.33%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#820392 (or 0x820392) is known color: Dark Magenta. HEX triplet: 82, 03 and 92. RGB value is (130,3,146). Sum of RGB (Red+Green+Blue) = 130+3+146=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #820392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820392 is #7DFC6D. Grayscale: #383838. Windows color (decimal): -8256622 or 9569154. OLE color: 9569154.

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

Color convert

RGB 130 3 146 -
CMYK 0.11 0.98 0 0.43
HSL 293.29º 0.96% 0.29% -
HSV(B) 293.29º 0.98% 0.57% -
XYZ 14.43 6.89 27.76 -
YUV 57.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 130 3 146 0.11 0.98 0 0.43 293.29 0.96 0.29
Hex 82 3 92 B 62 0 2B 125 60 1D
Octal 202 3 222 13 142 0 53 445 140 35
Binary 10000010 11 10010010 1011 1100010 0 101011 100100101 1100000 11101

Color Harmonies of #820392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820392

Black with #820392

Text Example


Text Example

White with #820392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820392; }

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

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

background-color css

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

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

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

border-color css

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

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

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