Html Css Color HEX #820F9A Dark Magenta

📋 copy color: '#820F9A'

red 130 ◦ green 15 ◦ blue 154

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

Shades of Dark Magenta #820F9A

Tints of Dark Magenta #820F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 43.48%
G = 5.02%
B = 51.51%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820F9A (or 0x820F9A) is known color: Dark Magenta. HEX triplet: 82, 0F and 9A. RGB value is (130,15,154). Sum of RGB (Red+Green+Blue) = 130+15+154=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #820F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F9A is #7DF065. Grayscale: #404040. Windows color (decimal): -8253542 or 10096514. OLE color: 10096514.

HSL color Cylindrical-coordinate representation of color #820F9A: hue angle of 289.64º 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 #820F9A is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 15 154 -
CMYK 0.16 0.90 0 0.40
HSL 289.64º 0.82% 0.33% -
HSV(B) 289.64º 0.9% 0.6% -
XYZ 15.21 7.42 31.2 -
YUV 65.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 130 15 154 0.16 0.90 0 0.40 289.64 0.82 0.33
Hex 82 F 9A 10 5A 0 28 122 52 21
Octal 202 17 232 20 132 0 50 442 122 41
Binary 10000010 1111 10011010 10000 1011010 0 101000 100100010 1010010 100001

Color Harmonies of #820F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F9A

Black with #820F9A

Text Example


Text Example

White with #820F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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