Html Css Color HEX #82098F Dark Magenta

📋 copy color: '#82098F'

red 130 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #82098F

Tints of Dark Magenta #82098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.71%

R = 46.1%
G = 3.19%
B = 50.71%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82098F (or 0x82098F) is known color: Dark Magenta. HEX triplet: 82, 09 and 8F. RGB value is (130,9,143). Sum of RGB (Red+Green+Blue) = 130+9+143=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #82098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098F is #7DF670. Grayscale: #3C3C3C. Windows color (decimal): -8255089 or 9374082. OLE color: 9374082.

HSL color Cylindrical-coordinate representation of color #82098F: hue angle of 294.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82098F is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 9 143 -
CMYK 0.09 0.94 0 0.44
HSL 294.18º 0.88% 0.3% -
HSV(B) 294.18º 0.94% 0.56% -
XYZ 14.26 6.92 26.57 -
YUV 60.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 130 9 143 0.09 0.94 0 0.44 294.18 0.88 0.3
Hex 82 9 8F 9 5E 0 2C 126 58 1E
Octal 202 11 217 11 136 0 54 446 130 36
Binary 10000010 1001 10001111 1001 1011110 0 101100 100100110 1011000 11110

Color Harmonies of #82098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82098F

Black with #82098F

Text Example


Text Example

White with #82098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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