Html Css Color HEX #82099C Dark Magenta

📋 copy color: '#82099C'

red 130 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #82099C

Tints of Dark Magenta #82099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 44.07%
G = 3.05%
B = 52.88%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82099C (or 0x82099C) is known color: Dark Magenta. HEX triplet: 82, 09 and 9C. RGB value is (130,9,156). Sum of RGB (Red+Green+Blue) = 130+9+156=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #82099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82099C is #7DF663. Grayscale: #3D3D3D. Windows color (decimal): -8255076 or 10226050. OLE color: 10226050.

HSL color Cylindrical-coordinate representation of color #82099C: hue angle of 289.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82099C is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 9 156 -
CMYK 0.17 0.94 0 0.39
HSL 289.39º 0.89% 0.32% -
HSV(B) 289.39º 0.94% 0.61% -
XYZ 15.3 7.34 32.06 -
YUV 61.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 130 9 156 0.17 0.94 0 0.39 289.39 0.89 0.32
Hex 82 9 9C 11 5E 0 27 121 59 20
Octal 202 11 234 21 136 0 47 441 131 40
Binary 10000010 1001 10011100 10001 1011110 0 100111 100100001 1011001 100000

Color Harmonies of #82099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82099C

Black with #82099C

Text Example


Text Example

White with #82099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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