Html Css Color HEX #820C89 Dark Magenta

📋 copy color: '#820C89'

red 130 ◦ green 12 ◦ blue 137

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

Shades of Dark Magenta #820C89

Tints of Dark Magenta #820C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 46.59%
G = 4.3%
B = 49.1%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#820C89 (or 0x820C89) is known color: Dark Magenta. HEX triplet: 82, 0C and 89. RGB value is (130,12,137). Sum of RGB (Red+Green+Blue) = 130+12+137=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #820C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C89 is #7DF376. Grayscale: #3D3D3D. Windows color (decimal): -8254327 or 8981634. OLE color: 8981634.

HSL color Cylindrical-coordinate representation of color #820C89: hue angle of 296.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C89 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 12 137 -
CMYK 0.05 0.91 0 0.46
HSL 296.64º 0.84% 0.29% -
HSV(B) 296.64º 0.91% 0.54% -
XYZ 13.85 6.81 24.25 -
YUV 61.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 130 12 137 0.05 0.91 0 0.46 296.64 0.84 0.29
Hex 82 C 89 5 5B 0 2E 129 54 1D
Octal 202 14 211 5 133 0 56 451 124 35
Binary 10000010 1100 10001001 101 1011011 0 101110 100101001 1010100 11101

Color Harmonies of #820C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C89

Black with #820C89

Text Example


Text Example

White with #820C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,12,137); }

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

background-color css

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

 a { background-color: rgb(130,12,137); }

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

border-color css

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

 span { border-color: rgb(130,12,137); }

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