Html Css Color HEX #82009D Dark Magenta

📋 copy color: '#82009D'

red 130 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #82009D

Tints of Dark Magenta #82009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 45.3%
G = 0%
B = 54.7%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82009D (or 0x82009D) is known color: Dark Magenta. HEX triplet: 82, 00 and 9D. RGB value is (130,0,157). Sum of RGB (Red+Green+Blue) = 130+0+157=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #82009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82009D is #7DFF62. Grayscale: #383838. Windows color (decimal): -8257379 or 10289282. OLE color: 10289282.

HSL color Cylindrical-coordinate representation of color #82009D: hue angle of 289.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82009D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 0 157 -
CMYK 0.17 1 0 0.38
HSL 289.68º 1% 0.31% -
HSV(B) 289.68º 1% 0.62% -
XYZ 15.29 7.18 32.48 -
YUV 56.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 130 0 157 0.17 1 0 0.38 289.68 1 0.31
Hex 82 0 9D 11 64 0 26 122 64 1F
Octal 202 0 235 21 144 0 46 442 144 37
Binary 10000010 0 10011101 10001 1100100 0 100110 100100010 1100100 11111

Color Harmonies of #82009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82009D

Black with #82009D

Text Example


Text Example

White with #82009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82009D; }

 p { color: rgb(130,0,157); }

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

background-color css

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

 a { background-color: rgb(130,0,157); }

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

border-color css

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

 span { border-color: rgb(130,0,157); }

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