Html Css Color HEX #820F99 Dark Magenta

📋 copy color: '#820F99'

red 130 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #820F99

Tints of Dark Magenta #820F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 43.62%
G = 5.03%
B = 51.34%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#820F99 (or 0x820F99) is known color: Dark Magenta. HEX triplet: 82, 0F and 99. RGB value is (130,15,153). Sum of RGB (Red+Green+Blue) = 130+15+153=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #820F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F99 is #7DF066. Grayscale: #404040. Windows color (decimal): -8253543 or 10030978. OLE color: 10030978.

HSL color Cylindrical-coordinate representation of color #820F99: hue angle of 290º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820F99 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 15 153 -
CMYK 0.15 0.90 0 0.4
HSL 290º 0.82% 0.33% -
HSV(B) 290º 0.9% 0.6% -
XYZ 15.13 7.39 30.77 -
YUV 65.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 130 15 153 0.15 0.90 0 0.4 290 0.82 0.33
Hex 82 F 99 F 5A 0 28 122 52 21
Octal 202 17 231 17 132 0 50 442 122 41
Binary 10000010 1111 10011001 1111 1011010 0 101000 100100010 1010010 100001

Color Harmonies of #820F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F99

Black with #820F99

Text Example


Text Example

White with #820F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820F99; }

 p { color: rgb(130,15,153); }

 H1.HeaderClassName
 {
   color: #820F99;
 }
 .AnyTagClassName
 {
   color: #820F99;
 }
</style>

background-color css

<style>
 a { background-color: #820F99; }

 a { background-color: rgb(130,15,153); }

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

border-color css

<style>
 span { border-color: #820F99; }

 span { border-color: rgb(130,15,153); }

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