Html Css Color HEX #820894 Dark Magenta

📋 copy color: '#820894'

red 130 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #820894

Tints of Dark Magenta #820894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 45.45%
G = 2.8%
B = 51.75%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820894 (or 0x820894) is known color: Dark Magenta. HEX triplet: 82, 08 and 94. RGB value is (130,8,148). Sum of RGB (Red+Green+Blue) = 130+8+148=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #820894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820894 is #7DF76B. Grayscale: #3C3C3C. Windows color (decimal): -8255340 or 9701506. OLE color: 9701506.

HSL color Cylindrical-coordinate representation of color #820894: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820894 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 8 148 -
CMYK 0.12 0.95 0 0.42
HSL 292.29º 0.9% 0.31% -
HSV(B) 292.29º 0.95% 0.58% -
XYZ 14.64 7.06 28.61 -
YUV 60.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 130 8 148 0.12 0.95 0 0.42 292.29 0.9 0.31
Hex 82 8 94 C 5F 0 2A 124 5A 1F
Octal 202 10 224 14 137 0 52 444 132 37
Binary 10000010 1000 10010100 1100 1011111 0 101010 100100100 1011010 11111

Color Harmonies of #820894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820894

Black with #820894

Text Example


Text Example

White with #820894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820894; }

 p { color: rgb(130,8,148); }

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

background-color css

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

 a { background-color: rgb(130,8,148); }

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

border-color css

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

 span { border-color: rgb(130,8,148); }

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