Html Css Color HEX #820098 Dark Magenta

📋 copy color: '#820098'

red 130 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #820098

Tints of Dark Magenta #820098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.1%
G = 0%
B = 53.9%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#820098 (or 0x820098) is known color: Dark Magenta. HEX triplet: 82, 00 and 98. RGB value is (130,0,152). Sum of RGB (Red+Green+Blue) = 130+0+152=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #820098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820098 is #7DFF67. Grayscale: #373737. Windows color (decimal): -8257384 or 9961602. OLE color: 9961602.

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

Color convert

RGB 130 0 152 -
CMYK 0.14 1 0 0.40
HSL 291.32º 1% 0.3% -
HSV(B) 291.32º 1% 0.6% -
XYZ 14.87 7.01 30.28 -
YUV 56.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 130 0 152 0.14 1 0 0.40 291.32 1 0.3
Hex 82 0 98 E 64 0 28 123 64 1E
Octal 202 0 230 16 144 0 50 443 144 36
Binary 10000010 0 10011000 1110 1100100 0 101000 100100011 1100100 11110

Color Harmonies of #820098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820098

Black with #820098

Text Example


Text Example

White with #820098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820098; }

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

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

background-color css

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

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

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

border-color css

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

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

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