Html Css Color HEX #820998 Dark Magenta

📋 copy color: '#820998'

red 130 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #820998

Tints of Dark Magenta #820998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 44.67%
G = 3.09%
B = 52.23%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820998 (or 0x820998) is known color: Dark Magenta. HEX triplet: 82, 09 and 98. RGB value is (130,9,152). Sum of RGB (Red+Green+Blue) = 130+9+152=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #820998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820998 is #7DF667. Grayscale: #3D3D3D. Windows color (decimal): -8255080 or 9963906. OLE color: 9963906.

HSL color Cylindrical-coordinate representation of color #820998: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820998 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 9 152 -
CMYK 0.14 0.94 0 0.40
HSL 290.77º 0.89% 0.32% -
HSV(B) 290.77º 0.94% 0.6% -
XYZ 14.97 7.21 30.31 -
YUV 61.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 130 9 152 0.14 0.94 0 0.40 290.77 0.89 0.32
Hex 82 9 98 E 5E 0 28 123 59 20
Octal 202 11 230 16 136 0 50 443 131 40
Binary 10000010 1001 10011000 1110 1011110 0 101000 100100011 1011001 100000

Color Harmonies of #820998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820998

Black with #820998

Text Example


Text Example

White with #820998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820998; }

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

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

background-color css

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

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

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

border-color css

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

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

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