Html Css Color HEX #820F96 Dark Magenta

📋 copy color: '#820F96'

red 130 ◦ green 15 ◦ blue 150

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

Shades of Dark Magenta #820F96

Tints of Dark Magenta #820F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 44.07%
G = 5.08%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820F96 (or 0x820F96) is known color: Dark Magenta. HEX triplet: 82, 0F and 96. RGB value is (130,15,150). Sum of RGB (Red+Green+Blue) = 130+15+150=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #820F96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F96 is #7DF069. Grayscale: #404040. Windows color (decimal): -8253546 or 9834370. OLE color: 9834370.

HSL color Cylindrical-coordinate representation of color #820F96: hue angle of 291.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820F96 is Cyan = 0.13, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 15 150 -
CMYK 0.13 0.9 0 0.41
HSL 291.11º 0.82% 0.32% -
HSV(B) 291.11º 0.9% 0.59% -
XYZ 14.88 7.29 29.48 -
YUV 64.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 130 15 150 0.13 0.9 0 0.41 291.11 0.82 0.32
Hex 82 F 96 D 5A 0 29 123 52 20
Octal 202 17 226 15 132 0 51 443 122 40
Binary 10000010 1111 10010110 1101 1011010 0 101001 100100011 1010010 100000

Color Harmonies of #820F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F96

Black with #820F96

Text Example


Text Example

White with #820F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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