Html Css Color HEX #82089C Dark Magenta

📋 copy color: '#82089C'

red 130 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #82089C

Tints of Dark Magenta #82089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 44.22%
G = 2.72%
B = 53.06%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82089C (or 0x82089C) is known color: Dark Magenta. HEX triplet: 82, 08 and 9C. RGB value is (130,8,156). Sum of RGB (Red+Green+Blue) = 130+8+156=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #82089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82089C is #7DF763. Grayscale: #3C3C3C. Windows color (decimal): -8255332 or 10225794. OLE color: 10225794.

HSL color Cylindrical-coordinate representation of color #82089C: hue angle of 289.46º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82089C is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 8 156 -
CMYK 0.17 0.95 0 0.39
HSL 289.46º 0.9% 0.32% -
HSV(B) 289.46º 0.95% 0.61% -
XYZ 15.29 7.32 32.06 -
YUV 61.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 130 8 156 0.17 0.95 0 0.39 289.46 0.9 0.32
Hex 82 8 9C 11 5F 0 27 121 5A 20
Octal 202 10 234 21 137 0 47 441 132 40
Binary 10000010 1000 10011100 10001 1011111 0 100111 100100001 1011010 100000

Color Harmonies of #82089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82089C

Black with #82089C

Text Example


Text Example

White with #82089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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