Html Css Color HEX #821098 Dark Magenta

📋 copy color: '#821098'

red 130 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #821098

Tints of Dark Magenta #821098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 43.62%
G = 5.37%
B = 51.01%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821098 (or 0x821098) is known color: Dark Magenta. HEX triplet: 82, 10 and 98. RGB value is (130,16,152). Sum of RGB (Red+Green+Blue) = 130+16+152=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #821098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821098 is #7DEF67. Grayscale: #414141. Windows color (decimal): -8253288 or 9965698. OLE color: 9965698.

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

Color convert

RGB 130 16 152 -
CMYK 0.14 0.89 0 0.40
HSL 290.29º 0.81% 0.33% -
HSV(B) 290.29º 0.89% 0.6% -
XYZ 15.06 7.38 30.34 -
YUV 65.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 130 16 152 0.14 0.89 0 0.40 290.29 0.81 0.33
Hex 82 10 98 E 59 0 28 122 51 21
Octal 202 20 230 16 131 0 50 442 121 41
Binary 10000010 10000 10011000 1110 1011001 0 101000 100100010 1010001 100001

Color Harmonies of #821098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821098

Black with #821098

Text Example


Text Example

White with #821098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821098; }

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

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

background-color css

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

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

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

border-color css

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

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

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