Html Css Color HEX #820498 Dark Magenta

📋 copy color: '#820498'

red 130 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #820498

Tints of Dark Magenta #820498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 45.45%
G = 1.4%
B = 53.15%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820498 (or 0x820498) is known color: Dark Magenta. HEX triplet: 82, 04 and 98. RGB value is (130,4,152). Sum of RGB (Red+Green+Blue) = 130+4+152=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #820498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820498 is #7DFB67. Grayscale: #3A3A3A. Windows color (decimal): -8256360 or 9962626. OLE color: 9962626.

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

Color convert

RGB 130 4 152 -
CMYK 0.14 0.97 0 0.40
HSL 291.08º 0.95% 0.31% -
HSV(B) 291.08º 0.97% 0.6% -
XYZ 14.92 7.1 30.29 -
YUV 58.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 130 4 152 0.14 0.97 0 0.40 291.08 0.95 0.31
Hex 82 4 98 E 61 0 28 123 5F 1F
Octal 202 4 230 16 141 0 50 443 137 37
Binary 10000010 100 10011000 1110 1100001 0 101000 100100011 1011111 11111

Color Harmonies of #820498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820498

Black with #820498

Text Example


Text Example

White with #820498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820498; }

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

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

background-color css

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

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

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

border-color css

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

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

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