Html Css Color HEX #821598 Dark Magenta

📋 copy color: '#821598'

red 130 ◦ green 21 ◦ blue 152

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

Shades of Dark Magenta #821598

Tints of Dark Magenta #821598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 42.9%
G = 6.93%
B = 50.17%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821598 (or 0x821598) is known color: Dark Magenta. HEX triplet: 82, 15 and 98. RGB value is (130,21,152). Sum of RGB (Red+Green+Blue) = 130+21+152=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #821598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821598 is #7DEA67. Grayscale: #444444. Windows color (decimal): -8252008 or 9966978. OLE color: 9966978.

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

Color convert

RGB 130 21 152 -
CMYK 0.14 0.86 0 0.40
HSL 289.92º 0.76% 0.34% -
HSV(B) 289.92º 0.86% 0.6% -
XYZ 15.14 7.55 30.36 -
YUV 68.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 130 21 152 0.14 0.86 0 0.40 289.92 0.76 0.34
Hex 82 15 98 E 56 0 28 122 4C 22
Octal 202 25 230 16 126 0 50 442 114 42
Binary 10000010 10101 10011000 1110 1010110 0 101000 100100010 1001100 100010

Color Harmonies of #821598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821598

Black with #821598

Text Example


Text Example

White with #821598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821598; }

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

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

background-color css

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

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

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

border-color css

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

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

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