Html Css Color HEX #82098C Dark Magenta

📋 copy color: '#82098C'

red 130 ◦ green 9 ◦ blue 140

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

Shades of Dark Magenta #82098C

Tints of Dark Magenta #82098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 46.59%
G = 3.23%
B = 50.18%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82098C (or 0x82098C) is known color: Dark Magenta. HEX triplet: 82, 09 and 8C. RGB value is (130,9,140). Sum of RGB (Red+Green+Blue) = 130+9+140=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #82098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098C is #7DF673. Grayscale: #3B3B3B. Windows color (decimal): -8255092 or 9177474. OLE color: 9177474.

HSL color Cylindrical-coordinate representation of color #82098C: hue angle of 295.42º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82098C is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 9 140 -
CMYK 0.07 0.94 0 0.45
HSL 295.42º 0.88% 0.29% -
HSV(B) 295.42º 0.94% 0.55% -
XYZ 14.04 6.83 25.39 -
YUV 60.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 130 9 140 0.07 0.94 0 0.45 295.42 0.88 0.29
Hex 82 9 8C 7 5E 0 2D 127 58 1D
Octal 202 11 214 7 136 0 55 447 130 35
Binary 10000010 1001 10001100 111 1011110 0 101101 100100111 1011000 11101

Color Harmonies of #82098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82098C

Black with #82098C

Text Example


Text Example

White with #82098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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