Html Css Color HEX #820E99 Dark Magenta

📋 copy color: '#820E99'

red 130 ◦ green 14 ◦ blue 153

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

Shades of Dark Magenta #820E99

Tints of Dark Magenta #820E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 43.77%
G = 4.71%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#820E99 (or 0x820E99) is known color: Dark Magenta. HEX triplet: 82, 0E and 99. RGB value is (130,14,153). Sum of RGB (Red+Green+Blue) = 130+14+153=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #820E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820E99 is #7DF166. Grayscale: #404040. Windows color (decimal): -8253799 or 10030722. OLE color: 10030722.

HSL color Cylindrical-coordinate representation of color #820E99: hue angle of 290.07º 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 #820E99 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 14 153 -
CMYK 0.15 0.91 0 0.4
HSL 290.07º 0.83% 0.33% -
HSV(B) 290.07º 0.91% 0.6% -
XYZ 15.11 7.36 30.76 -
YUV 64.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 130 14 153 0.15 0.91 0 0.4 290.07 0.83 0.33
Hex 82 E 99 F 5B 0 28 122 53 21
Octal 202 16 231 17 133 0 50 442 123 41
Binary 10000010 1110 10011001 1111 1011011 0 101000 100100010 1010011 100001

Color Harmonies of #820E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E99

Black with #820E99

Text Example


Text Example

White with #820E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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