Html Css Color HEX #820F8E Dark Magenta

📋 copy color: '#820F8E'

red 130 ◦ green 15 ◦ blue 142

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

Shades of Dark Magenta #820F8E

Tints of Dark Magenta #820F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 45.3%
G = 5.23%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#820F8E (or 0x820F8E) is known color: Dark Magenta. HEX triplet: 82, 0F and 8E. RGB value is (130,15,142). Sum of RGB (Red+Green+Blue) = 130+15+142=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #820F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F8E is #7DF071. Grayscale: #3F3F3F. Windows color (decimal): -8253554 or 9310082. OLE color: 9310082.

HSL color Cylindrical-coordinate representation of color #820F8E: hue angle of 294.33º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F8E is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 15 142 -
CMYK 0.08 0.89 0 0.44
HSL 294.33º 0.81% 0.31% -
HSV(B) 294.33º 0.89% 0.56% -
XYZ 14.26 7.04 26.2 -
YUV 63.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 130 15 142 0.08 0.89 0 0.44 294.33 0.81 0.31
Hex 82 F 8E 8 59 0 2C 126 51 1F
Octal 202 17 216 10 131 0 54 446 121 37
Binary 10000010 1111 10001110 1000 1011001 0 101100 100100110 1010001 11111

Color Harmonies of #820F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F8E

Black with #820F8E

Text Example


Text Example

White with #820F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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