Html Css Color HEX #82109F Dark Magenta

📋 copy color: '#82109F'

red 130 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #82109F

Tints of Dark Magenta #82109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 42.62%
G = 5.25%
B = 52.13%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82109F (or 0x82109F) is known color: Dark Magenta. HEX triplet: 82, 10 and 9F. RGB value is (130,16,159). Sum of RGB (Red+Green+Blue) = 130+16+159=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #82109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82109F is #7DEF60. Grayscale: #414141. Windows color (decimal): -8253281 or 10424450. OLE color: 10424450.

HSL color Cylindrical-coordinate representation of color #82109F: hue angle of 287.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82109F is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 16 159 -
CMYK 0.18 0.90 0 0.38
HSL 287.83º 0.82% 0.34% -
HSV(B) 287.83º 0.9% 0.62% -
XYZ 15.65 7.62 33.45 -
YUV 66.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 130 16 159 0.18 0.90 0 0.38 287.83 0.82 0.34
Hex 82 10 9F 12 5A 0 26 120 52 22
Octal 202 20 237 22 132 0 46 440 122 42
Binary 10000010 10000 10011111 10010 1011010 0 100110 100100000 1010010 100010

Color Harmonies of #82109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82109F

Black with #82109F

Text Example


Text Example

White with #82109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,16,159); }

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

background-color css

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

 a { background-color: rgb(130,16,159); }

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

border-color css

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

 span { border-color: rgb(130,16,159); }

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