Html Css Color HEX #82098A Dark Magenta

📋 copy color: '#82098A'

red 130 ◦ green 9 ◦ blue 138

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

Shades of Dark Magenta #82098A

Tints of Dark Magenta #82098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 46.93%
G = 3.25%
B = 49.82%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82098A (or 0x82098A) is known color: Dark Magenta. HEX triplet: 82, 09 and 8A. RGB value is (130,9,138). Sum of RGB (Red+Green+Blue) = 130+9+138=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #82098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098A is #7DF675. Grayscale: #3B3B3B. Windows color (decimal): -8255094 or 9046402. OLE color: 9046402.

HSL color Cylindrical-coordinate representation of color #82098A: hue angle of 296.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82098A is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 9 138 -
CMYK 0.06 0.93 0 0.46
HSL 296.28º 0.88% 0.29% -
HSV(B) 296.28º 0.93% 0.54% -
XYZ 13.89 6.78 24.62 -
YUV 59.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 130 9 138 0.06 0.93 0 0.46 296.28 0.88 0.29
Hex 82 9 8A 6 5D 0 2E 128 58 1D
Octal 202 11 212 6 135 0 56 450 130 35
Binary 10000010 1001 10001010 110 1011101 0 101110 100101000 1011000 11101

Color Harmonies of #82098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82098A

Black with #82098A

Text Example


Text Example

White with #82098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82098A; }

 p { color: rgb(130,9,138); }

 H1.HeaderClassName
 {
   color: #82098A;
 }
 .AnyTagClassName
 {
   color: #82098A;
 }
</style>

background-color css

<style>
 a { background-color: #82098A; }

 a { background-color: rgb(130,9,138); }

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

border-color css

<style>
 span { border-color: #82098A; }

 span { border-color: rgb(130,9,138); }

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