Html Css Color HEX #820E9A Dark Magenta

📋 copy color: '#820E9A'

red 130 ◦ green 14 ◦ blue 154

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

Shades of Dark Magenta #820E9A

Tints of Dark Magenta #820E9A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.7%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 43.62%
G = 4.7%
B = 51.68%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820E9A (or 0x820E9A) is known color: Dark Magenta. HEX triplet: 82, 0E and 9A. RGB value is (130,14,154). Sum of RGB (Red+Green+Blue) = 130+14+154=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #820E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820E9A is #7DF165. Grayscale: #404040. Windows color (decimal): -8253798 or 10096258. OLE color: 10096258.

HSL color Cylindrical-coordinate representation of color #820E9A: hue angle of 289.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820E9A is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 14 154 -
CMYK 0.16 0.91 0 0.40
HSL 289.71º 0.83% 0.33% -
HSV(B) 289.71º 0.91% 0.6% -
XYZ 15.2 7.39 31.2 -
YUV 64.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 130 14 154 0.16 0.91 0 0.40 289.71 0.83 0.33
Hex 82 E 9A 10 5B 0 28 122 53 21
Octal 202 16 232 20 133 0 50 442 123 41
Binary 10000010 1110 10011010 10000 1011011 0 101000 100100010 1010011 100001

Color Harmonies of #820E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E9A

Black with #820E9A

Text Example


Text Example

White with #820E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820E9A; }

 p { color: rgb(130,14,154); }

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

background-color css

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

 a { background-color: rgb(130,14,154); }

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

border-color css

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

 span { border-color: rgb(130,14,154); }

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